solanaGetTokenAccounts
Retrieve Solana SPL token accounts filtered by mint or owner address, with optional pagination and network selection.
Instructions
Get Solana SPL token accounts filtered by mint address or owner
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| mintAddress | No | Mint address to filter by | |
| ownerAddress | No | Owner address to filter by | |
| limit | No | Number of results to return | |
| cursor | No | Cursor for pagination |