cURL
curl --request GET \ --url https://xdg-mainnet.gomaestro-api.org/v0/addresses/{address}/drc20 \ --header 'api-key: <api-key>'
{ "data": { "ABCD": { "available": "0.123", "total": "312000.000" } }, "last_updated": { "block_hash": "000000009ed3f5385c1807ca04630b9b2273398670726f93282fd41ba88dc6b8", "block_height": 2413542 } }
Get DRC-20 token balances and holdings for a specific Dogecoin address with token details and amounts.
Project API Key
Dogecoin address or hex encoded script pubkey
Requested data
The response is of type object.
object
Was this page helpful?