get holders count of the token
get https://api.0xscope.com/v2/token/holdersCount
get holders count of the token
curl --request GET \
--url 'https://api.0xscope.com/v2/token/holdersCount?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
{
"code": 0,
"data": 1690552,
"uuid": 1656860114080366600
}