cURL
curl --request GET \ --url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/transfers-count
{ "transfers_count": 10 }
Address hash
^0x([A-Fa-f0-9]{40})$
integer id
token
10
Was this page helpful?