solanaGetAssetsByAuthority
Retrieve all Solana assets owned or controlled by a given authority address. Specify the authority to list their digital assets with pagination support.
Instructions
Get all Solana assets managed by a specific authority address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| authorityAddress | Yes | Authority 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) |