v1
latestOpenAPI 3.0.02026-07-174823135.4 KBBlockchain
Estimate fee rate
Estimates the fee rate required for a transaction to be confirmed within a certain number of blocks.
get/v1/cryptos/{cryptoCode}/fees/{blockCount}
Path parameters
cryptoCodestring required
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
blockCountinteger required
The target number of blocks for confirmation.
Response
Fee rate estimated successfully.
Example response
{
"feeRate": 25,
"blockCount": 2
}