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 } }
Map of all DRC20 tokens and corresponding total and available balances controlled by the specified address or script pubkey.
Project API Key
Dogecoin address or hex encoded script pubkey
Requested data
The response is of type object.
object