solanaGetAssetsByOwner
Retrieve all Solana assets, including tokens and NFTs, owned by a given wallet address. Supports pagination and sorting for efficient data access.
Instructions
Get all Solana assets (tokens, NFTs) owned by a specific wallet address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| ownerAddress | Yes | Owner address to query assets for | |
| sortBy | No | Sort criteria object | |
| limit | No | Number of results to return. Max 1000. | |
| page | No | Page number for pagination | |
| before | No | Cursor for pagination (before) | |
| after | No | Cursor for pagination (after) |