wallet_nfts
Retrieve all NFTs owned by a Solana wallet. Returns mint addresses, names, collections, and listing status to track portfolio.
Instructions
Get NFTs owned by a Solana wallet address. Returns mint addresses, names, collections, and listing status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet address (base58) | |
| limit | No | Number of NFTs to return (1–50, default 20) | |
| offset | No | Pagination offset (default 0) |