Mempool Metaprotocol API
Addresses

Mempool Runes by Address

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

Map of all Runes tokens and corresponding amounts in UTxOs controlled by the specified address or script pubkey, reflecting 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.

Authentication
api-key
Path Parameters
address
*
Query Parameters
mempool_blocks_limit
Responses
200
Requested data
Example
{ "data": { "867138:1861": "230000" }, "indexer_info": { "chain_tip": { "block_hash": "00000000000000000002da06787fe86324e1cc1421861d899b7bd1e340aa1930", "block_height": 867154 }, "estimated_blocks": [{ "block_height": 867155, "sats_per_vb": { "min": 12, "median": 14, "max": 16 } }] } }
data
*
indexer_info
*
400
Malformed query parameters
500
Internal server error