Returns paginated list of token holders with balances and percentages
Returns paginated list of token holders with balances and percentages
Page number
1 <= value1Number of items per page
1 <= value <= 10010The field to sort by
Value in
Sort direction
Value in
application/json
curl -X GET "https://example.com/tokens/string/holders"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "balance": "string", "percentage": 0, "rank": 0, "address": "string" } ]}