Estimate fee rate
Estimates the fee rate required for a transaction to be confirmed within a certain number of blocks.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
The target number of blocks for confirmation.
Response
Fee rate estimated successfully.
Example response
{
"feeRate": 25,
"blockCount": 2
}Changes
Changed in 4 of the 40 revisions of this API.36
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status400response-property-type-changed
- ▲
removed the required property
errorfrom the response with the400statusresponse-required-property-removed
- ○
added the optional property
httpCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the400statusresponse-optional-property-added
- ▲
- ○
api tag
Blockchainaddedapi-tag-added
- ○
api tag
Feesremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲