GET
/
mempool
/
addresses
/
{address}
/
runes
Runes by Address (Mempool-aware)
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/mempool/addresses/{address}/runes \
  --header 'api-key: <api-key>'
{
  "data": {
    "867138:1861": "230000"
  },
  "indexer_info": {
    "chain_tip": {
      "block_hash": "00000000000000000002da06787fe86324e1cc1421861d899b7bd1e340aa1930",
      "block_height": 867154
    },
    "estimated_blocks": [
      {
        "block_height": 867155,
        "sats_per_vb": {
          "max": 16,
          "median": 14,
          "min": 12
        }
      }
    ],
    "mempool_timestamp": "2025-01-06 16:43:32"
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Bitcoin address or hex encoded script pubkey

Query Parameters

mempool_blocks_limit
integer | null

Limit the number of estimated mempool blocks to be reflected in the data (default: as many as available)

Required range: x >= 0

Response

200
application/json

Requested data

The response is of type object.