cURL
curl --request GET \ --url https://api.chainbase.online/v1/token/top-holders \ --header 'x-api-key: <x-api-key>'
{ "data": [ { "wallet_address": "<string>", "original_amount": "<string>", "amount": "<string>", "usd_value": "<string>" } ], "code": 0, "message": "ok", "next_page": 123, "count": 123 }
Get the list of top holders of the specified contract.
"demo"
chain network id, see list of details
The address of the token contract
The page offset
x >= 1
The desired page size limit. Less or equal than 100
1 <= x <= 100
Successful Response
Show child attributes