get_nfts_for_owner
Retrieve NFTs owned by a specific wallet address, with options to filter by contract addresses, include metadata, and manage pagination for efficient results.
Instructions
Get NFTs owned by a specific wallet address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddresses | No | List of contract addresses to filter by | |
owner | Yes | The wallet address to get NFTs for | |
pageKey | No | Key for pagination | |
pageSize | No | Number of NFTs to return in one page (max: 100) | |
withMetadata | No | Whether to include NFT metadata |