get holders count of the token

get holders count of the token

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/token/holdersCount?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": 1690552,
  "uuid": 1656860114080366600
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!