Blockchain Indexer API
DRC20

DRC20 Holders

1min
GET
https://xdg-mainnet.gomaestro-api.org/v0/assets/drc20/{ticker}/holders
Dogecoin Mainnet
Script pubkeys or addresses that hold the specified DRC20 token and corresponding total balances.
Authentication
api-key
Path Parameters
ticker
*
Query Parameters
count
All Of
object +
cursor
Responses
200
Requested data
Example
{ "data": [{ "address": "DNG3G7pKc1DgciyWs36GFUnVyvJieDhKdb", "script_pubkey": "0014f6aa24e0d1e39edc330dbfa7376e896437f7e14b", "balance": "9000000.000000000000000000" }], "last_updated": { "block_hash": "00000000000000000002747b9e3c0097172bc23489d686e8b885a6fa89c2c4da", "block_height": 850534 }, "next_cursor": "19FwuaejD9hE1R4ckTQKaqe0ecA" }
data
*
last_updated
*
next_cursor
400
Malformed query parameters
500
Internal server error




Updated 11 Oct 2024
Doc contributor
Did this page help you?