cURL
curl --request GET \ --url https://api.chainbase.online/v1/token/holders \ --header 'x-api-key: <x-api-key>'
{ "data": [ "<string>" ], "code": 0, "message": "ok", "next_page": 123, "count": 123 }
Get the list of 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