get https://api-data-v1.dbotx.com/kline/holders
This API is used to get all the holders and related data of a specific token
Free | Plus | Pro | Enterprise | Credit Usage |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 20 |
Response data
{
"err": false, // Error or not
"res": [
{
"account": "AC5RDfQFmDS1deWZos921JfqscXdByf8BKHs5ACWjtW2", // Token holder wallet address
"totalQuantity": 124198002.25994669, // Token holder balanc
"holdingRatio": 0.12674045970752223, // Token holder holding ratio
"accountFundingSource": {
"fromAccount": "CQdrEsYAxRqkwmpycuTwnMKggr3cr9fqY8Qma4J9TudY", // Funding source address
"transFromAt": 1756326423 // Funding transfer time
}
}
]
}
Response data visualization reference
