explorer_get_nft_transfers
Get NFT transfer history for an address, covering ERC-721 and ERC-1155, merged and sorted by time. Filter by contract address or block range, with pagination.
Instructions
Get NFT transfer history (ERC-721 and ERC-1155) for an address, merged and sorted by time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endBlock | No | End block number | |
| pageSize | No | Results per page (default varies by endpoint) | |
| startBlock | No | Start block number | |
| tokenContract | No | Filter by NFT contract address |