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"
}
}Get current Bitcoin mempool fee rates across different confirmation targets for optimal transaction pricing.
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"
}
}Project API Key
Requested data
Show child attributes
Height of the estimated block
x >= 0"707001"
For transactions within a block, these are the lowest, median and highest satoshis per virtual-byte values.
Show child attributes
Highest sat/vB value of the transactions within the block
x >= 0255
Median sat/vB value of the transactions within the block
x >= 015
Lowest sat/vB value of the transactions within the block
x >= 011
Show child attributes
Information about any estimated blocks from the mempool that were indexed in addition to the mainchain
Show child attributes
Height of the estimated block
x >= 0"707001"
For transactions within a block, these are the lowest, median and highest satoshis per virtual-byte values.
Show child attributes
Highest sat/vB value of the transactions within the block
x >= 0255
Median sat/vB value of the transactions within the block
x >= 015
Lowest sat/vB value of the transactions within the block
x >= 011
Timestamp of the indexed mempool snapshot, if any estimated blocks from the mempool have been indexed
Was this page helpful?