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.
Example response
{
"totalFeesSat": "100000000"
}