curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/transfers-count
{
"transfers_count": 10
}
token
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/transfers-count
{
"transfers_count": 10
}