Token
Token - Top Holders
Get the top 20 holders for a token
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
Available options:
sol
, base
An address of a token
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Response
200 - application/json
List of token holders
Total number of items
Example:
1000000
Cursor for the next page
Example:
"eyJpZCI6MTAwfQ=="
Indicates if there are more results
Indicates if there are previous results
Cursor for first item in current page
Example:
"eyJpZCI6MTAwfQ=="
Cursor for last item in current page
Example:
"eyJpZCI6MjAwfQ=="
Was this page helpful?