GET
/
tokens
/
{address_hash}
/
instances
/
{id}
/
transfers-count
get transfers count of NFT instance
curl --request GET \
  --url https://eth.blockscout.com/api/v2/tokens/{address_hash}/instances/{id}/transfers-count
{
  "transfers_count": 10
}

Path Parameters

address_hash
string
required

Address hash

id
integer
required

integer id

Response

200
application/json

token

The response is of type object.