Mempool Metaprotocol API
General

Mempool block fee rates

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/mempool/fee_rates
Bitcoin Mainnet
Statistics regarding fee rates of transactions within estimated mempool blocks
Authentication
api-key
Responses
200
Requested data
Example
{ "data": [{ "block_height": 874585, "sats_per_vb": { "min": 1, "median": 8, "max": 504 } }], "indexer_info": { "chain_tip": { "block_hash": "000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5", "block_height": 874584 }, "estimated_blocks": [{ "block_height": 874585, "sats_per_vb": { "min": 1, "median": 8, "max": 504 } }] } }
data
*
indexer_info
*
400
Malformed query parameters
500
Internal server error