magicblock balance
magicblock_balanceRetrieve the SPL token balance for a Solana wallet address. Specify owner public key and token mint, with optional cluster selection (mainnet, devnet, or custom RPC).
Instructions
Read the base-chain SPL token balance for an address (public, no auth required)..
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. |