cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/mempool/fee_rates \ --header 'api-key: <api-key>'
{ "data": [ { "block_height": 874585, "sats_per_vb": { "max": 504, "median": 8, "min": 1 } } ], "indexer_info": { "chain_tip": { "block_hash": "000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5", "block_height": 874584 }, "estimated_blocks": [ { "block_height": 874585, "sats_per_vb": { "max": 504, "median": 8, "min": 1 } } ], "mempool_timestamp": "2025-01-06 16:43:32" } }
Statistics regarding fee rates of transactions within estimated mempool blocks.
Project API Key
Requested data
The response is of type object.
object