Get NFT tokens by address
nft_tokens_by_addressRetrieve a paginated list of ERC-721 and ERC-1155 tokens owned by a given address on a specified chain.
Instructions
List NFT (ERC-721/1155) tokens owned by an address. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain name or numeric chain ID, e.g. "ethereum" or "1". Use get_chains_list to discover supported chains. | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| address | Yes | The 0x-prefixed owner address. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |