curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/counters
{
"token_holders_count": "100",
"transfers_count": "1000"
}
Address hash
token
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/counters
{
"token_holders_count": "100",
"transfers_count": "1000"
}