get_solana_token_balance
Retrieve SPL token balances for a Solana wallet address, optionally filtering by specific token mint or network type.
Instructions
Get SPL token balance(s) for a Solana wallet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Solana wallet address | |
| mintAddress | No | Optional: SPL token mint address (if not provided, returns all token balances) | |
| network | No | Network type (defaults to mainnet) |