List addresses holding a specific token sorted by balance
tokens
List addresses holding a specific token sorted by balance
Retrieves addresses holding a specific token, sorted by balance. Useful for analyzing token distribution.
GET
List addresses holding a specific token sorted by balance
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$The ID of the blockchain
Query Parameters
Number of items per page
Required range:
x >= 1Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Transaction value for paging
Pattern:
^-?([1-9][0-9]*|0)$Get holder and transfer count statistics for a specific token
Previous
Export token holders as CSV
Next