Mempool Monitoring API
Addresses

Satoshi Balance by Address (Mempool-aware)

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/mempool/addresses/{address}/balance
Bitcoin Mainnet

Sum of satoshis in UTxOs which reside at the specified address or script pubkey.

In addition to confirmed transactions, mempool endpoints return data which reflects pending transactions in some number of "estimated" blocks - predicted blocks containing transactions which have been propagated around the network but not yet included in a mined block, with transactions with a higher sat/vB value being prioritised. The response details how many of these estimated blocks were considered when fetching the data.

Authentication
api-key
Path Parameters
address
*
Responses
200
Requested data
Example
{ "data": "695100", "indexer_info": { "chain_tip": { "block_hash": "000000000000000000012c80ffd2f0bd17f1f92a0bb4c098236d7108f727bfe5", "block_height": 874584 }, "mempool_timestamp": "2025-01-06 16:43:32", "estimated_blocks": [{ "block_height": 874585, "sats_per_vb": { "min": 1, "median": 8, "max": 504 } }] } }
data
*
indexer_info
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error