magicblock balance
magicblock_balanceCheck an SPL token balance on Solana by providing owner wallet and mint addresses. Returns the base-chain balance, with optional cluster selection.
Instructions
Read the base-chain SPL token balance for an address (public, no auth required). Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | SPL mint pubkey | |
| address | Yes | Owner wallet pubkey | |
| cluster | No | Cluster: 'mainnet', 'devnet', or custom RPC URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |