cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/runes \ --header 'api-key: <api-key>'
{ "data": { "2584333:39": "100000.00", "2585186:140": "100000.000000000000" }, "last_updated": { "block_hash": "0000000088bee3b517745636443c8f11aff45209449300a5d8461c336e467925", "block_height": 2815520 } }
Get all Bitcoin Runes tokens held by a specific address, including balances and token metadata.
Project API Key
Bitcoin address or hex encoded script pubkey
Requested data
The response is of type object.
object
Was this page helpful?