Last updated 5 months ago
Get the holders of BRC20 by ticker.
Token ticker
Start offset
0
Number of returned
16
GET /v1/indexer/brc20/{ticker}/holders HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "detail": [ { "address": "text", "availableBalance": "text", "overallBalance": "text", "transferableBalance": "text" } ], "start": 1, "total": 1 } }