Token API
Get top token holders
Get the list of top holders of the specified contract.
GET
/
v1
/
token
/
top-holders
Headers
x-api-key
string
requiredQuery Parameters
chain_id
string
requiredchain network id, see list of details
contract_address
string
requiredThe address of the token contract
page
integer
default: 1The page offset
Required range:
x > 1
limit
integer
default: 20The desired page size limit. Less or equal than 100
Required range:
1 < x < 100
Response
200 - application/json
data
object[]
requiredcode
integer
default: 0message
string
default: oknext_page
integer
count
integer