Fees

Get fee statistics for a block.

Returns fee statistics for transactions in one block.

Load estimate: Medium to high; grows with the number of transactions in the requested block.

get/api/v2/feestats/{blockId}

Path parameters

blockIdstring required

Block height or block hash.

Response

Fee statistics.

txCountinteger required
totalFeesSatstring

Integer amount in the lowest chain denomination, encoded as a string.

averageFeePerKbnumber required
decilesFeePerKbnumber[] required

Example response

{
  "totalFeesSat": "100000000"
}

Changes