solanaGetAssetsByCreator
Fetch all Solana assets created by a specific address. Use optional verification filter to get only verified assets. Supports pagination with limit, page, and cursors.
Instructions
Get all Solana assets created by a specific address, with optional verification filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| creatorAddress | Yes | Creator address to query assets for | |
| onlyVerified | No | If true, only returns verified assets | |
| 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) |