getNFTTransfers
Retrieve NFT transfer history by specifying a contract address and token ID. Optionally include sale prices, paginate results, and format token IDs as decimal or hex.
Instructions
Get transfers of an NFT given a contract address and token ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the NFT contract | |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
format | No | The format of the token ID | |
include_prices | No | Should NFT last sale prices be included in the result? | |
limit | No | The desired page size of the result. | |
token_id | No | The ID of the token |