GET
/
blockscout
/
tokens
/
{address_hash}
/
instances
/
{id}
/
transfers-count
Get Transfers Count of NFT Instance
curl --request GET \
  --url https://data-api.b3.fun/blockscout/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.