Estimate network fees
Given a HAPI transaction, estimate the network fees in tinycents.
Query parameters
Estimate solely based on the transaction's inherent properties or use network state.
Estimate solely based on the transaction's inherent properties or use network state.
The high-volume throttle utilization in basis points where 10000 equals 100%. A value of 0, the default, indicates no high-volume pricing.
Response
OK
Example response
{
"high_volume_multiplier": 100,
"network": {
"multiplier": 2,
"subtotal": 1200
},
"node": {
"base": 1000,
"extras": [
{
"charged": 1,
"count": 2,
"fee_per_unit": 100,
"included": 1,
"name": "Signatures",
"subtotal": 100
}
]
},
"service": {
"base": 1000,
"extras": [
{
"charged": 1,
"count": 2,
"fee_per_unit": 100,
"included": 1,
"name": "Signatures",
"subtotal": 100
}
]
},
"total": 1000
}Changes
Changed in 4 of the 53 revisions of this API.83
- ○
added the new optional
queryrequest parameterhigh_volume_throttlenew-optional-request-parameter
- ○
added the required property
high_volume_multiplierto the response with the200statusresponse-required-property-added
- ○
- ▲
the
node/allOf[FeeEstimate]/extras/items/chargedresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
the
node/allOf[FeeEstimate]/extras/items/countresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
the
node/allOf[FeeEstimate]/extras/items/includedresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
the
service/allOf[FeeEstimate]/extras/items/chargedresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
the
service/allOf[FeeEstimate]/extras/items/countresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
the
service/allOf[FeeEstimate]/extras/items/includedresponse's property type/format changed frominteger/int32tointeger/int64for status200response-property-type-changed
- ▲
removed the required property
notesfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲