diff --git a/hedera/networks/mainnet.mdx b/hedera/networks/mainnet.mdx index edfe8488..1f060ee8 100644 --- a/hedera/networks/mainnet.mdx +++ b/hedera/networks/mainnet.mdx @@ -28,7 +28,6 @@ Transactions on the Hedera Mainnet are currently throttled. You will receive a ` | **Smart Contract Transactions** | `ContractExecuteTransaction`: 15 million gas per second
`ContractCreateTransaction`: 15 million gas per second | | **Queries (per node)** | `AccountBalanceQuery`: 1000 tps
`ContractGetInfo`: 700 tps
`ContractGetBytecode`: 700 tps
`ContractCallLocal`: 700 tps
`FileGetInfo`: 700 tps
`FileGetContents`: 700 tps
`Other`: 10,000 tps | | **Receipts** | unlimited (no throttle) | -
Network Request TypesThrottle (tps)
Cryptocurrency Transactions

AccountCreateTransaction: 2 tps

TransferTransaction (inc. tokens): 10,000 tps
Other: 10,000 tps

Consensus Transactions

TopicCreateTransaction: 5 tps

Other: 10,000 tps

Token Transactions

TokenMintTransaction:

  • 125 TPS for fungible mint
  • 50 TPS for NFT mint

TokenAssociateTransaction: 100 tps
TransferTransaction (inc. tokens): 10,000 tps

Other: 3,000 tps

Schedule TransactionsScheduleSignTransaction: 100 tps
ScheduleCreateTransaction: 100 tps
File Transactions10 tps
Smart Contract TransactionsContractExecuteTransaction: 15 million gas per second
ContractCreateTransaction: 15 million gas per second
Queries (per node)

AccountBalanceQuery: 1000 tps

ContractGetInfo: 700 tps
ContractGetBytecode: 700 tps
ContractCallLocal: 700 tps

FileGetInfo: 700 tps
FileGetContents: 700 tps

Other: 10,000 tps

Receiptsunlimited (no throttle)
### High-Volume Throttles diff --git a/hedera/sdks-and-apis/rest-api/network.mdx b/hedera/sdks-and-apis/rest-api/network.mdx index 3c50614c..a390c0f7 100644 --- a/hedera/sdks-and-apis/rest-api/network.mdx +++ b/hedera/sdks-and-apis/rest-api/network.mdx @@ -38,9 +38,5 @@ Two estimation modes are available via the `mode` query parameter: For `state` mode, if the required network state is unavailable (e.g., due to data pruning), the endpoint falls back to `intrinsic` mode and includes a note in the response explaining the fallback. - - This endpoint currently returns stubbed (dummy) data as of mirror node `v0.145.1`. The full fee estimation implementation using the upstream fee estimation library will ship in a future release. You can integrate against the stub now to be ready when the production implementation goes live. - - For full request/response details, parameters, and the interactive API playground, see the [API reference page](/api-reference/network/estimate-network-fees). For an overview of the Simple Fees model, see [Fee Model](/hedera/core-concepts/fee-model).
EndpointDescription
GET /api/v1/network/supplyRetrieves the current total supply of HBAR.
GET /api/v1/network/feesFetches the latest transaction fee schedules.
POST /api/v1/network/feesEstimates fees for a specific protobuf-encoded transaction, including the [HIP-1313](https://hips.hedera.com/hip/hip-1313) high_volume_multiplier.
GET /api/v1/network/exchangerateRetrieves exchange rates to estimate transaction costs.
GET /api/v1/network/nodesLists the network address book nodes.
GET /api/v1/network/stakeFetches staking-related information.
diff --git a/openapi.yaml b/openapi.yaml index ee538dba..7671b54d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -941,8 +941,6 @@ paths: schema: format: binary type: string - description: A protobuf encoded HAPI Transaction - required: true responses: 200: description: OK