Skip to main content
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
}

Documentation Index

Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

address_hash
string
required

Address hash

Pattern: ^0x([A-Fa-f0-9]{40})$
id
integer
required

integer id

Response

token

transfers_count
integer
required
Example:

10