v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Blockchain

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.

feeRatenumber

The estimated fee rate in satoshis per vByte.

blockCountinteger

The target number of blocks for confirmation.

Example response

{
  "feeRate": 25,
  "blockCount": 2
}