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