v11

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-01307390.9 KB
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"
}