Hedera · Schema
FeeEstimateResponse
The response containing the estimated transaction fees.
Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| high_volume_multiplier | integer | The high-volume pricing multiplier per HIP-1313. A value of 1 indicates no high-volume pricing. A value greater than 1 applies when the transaction's highVolume flag is true and throttle utilization i |
| network | object | |
| node | object | |
| service | object | |
| total | integer | The sum of the network, node, and service subtotals in tinycents. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/FeeEstimateResponse.json",
"title": "FeeEstimateResponse",
"description": "The response containing the estimated transaction fees.",
"properties": {
"high_volume_multiplier": {
"description": "The high-volume pricing multiplier per HIP-1313. A value of 1 indicates no high-volume pricing. A value greater than 1 applies when the transaction's highVolume flag is true and throttle utilization is non-zero.",
"example": 100,
"format": "int64",
"minimum": 1,
"type": "integer"
},
"network": {
"$ref": "#/components/schemas/FeeEstimateNetwork"
},
"node": {
"allOf": [
{
"$ref": "#/components/schemas/FeeEstimate"
},
{
"description": "The node fee component which is to be paid to the node that submitted the transaction to the network. This fee exists to compensate the node for the work it performed to pre-check the transaction before submitting it, and incentivizes the node to accept new transactions from users."
}
]
},
"service": {
"allOf": [
{
"$ref": "#/components/schemas/FeeEstimate"
},
{
"description": "The service fee component which covers execution costs, state saved in the Merkle tree, and additional costs to the blockchain storage."
}
]
},
"total": {
"description": "The sum of the network, node, and service subtotals in tinycents.",
"example": 1000,
"format": "int64",
"minimum": 0,
"type": "integer"
}
},
"required": [
"high_volume_multiplier",
"network",
"node",
"service",
"total"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/FeeEstimateResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.