list_nfts
Retrieve NFTs (ERC-721, ERC-1155, Metaplex) owned by a wallet on a specified network with pagination and collection grouping.
Instructions
List NFTs (ERC-721, ERC-1155, Metaplex) owned by the wallet for a specific network. Requires NFT indexer API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network identifier (e.g., "ethereum-mainnet", "solana-mainnet" or CAIP-2 "eip155:1"). | |
| cursor | No | Pagination cursor from previous response. | |
| limit | No | Max NFTs per page (default: 20). | |
| group_by | No | Group NFTs by collection. | |
| wallet_id | No | Target wallet ID. Required for multi-wallet sessions. |