v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
tokens

List ownership transfer history for a specific NFT

Retrieves transfer history for a specific NFT instance, showing ownership changes over time.

get/{chain_id}/api/v2/tokens/{address_hash_param}/transfers

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

indexinteger

Item index for paging

block_numberinteger

Block number for paging

batch_log_indexinteger

Batch log index for paging

batch_block_hashstring

Batch block hash for paging

batch_transaction_hashstring

Batch transaction hash for paging

index_in_batchinteger

Index in batch for paging

Response

Transfers of the specified token, with pagination.

next_page_paramsobject nullable required