magicblock privateBalance
magicblock_privateBalanceGet the private ephemeral-rollup SPL token balance for a wallet address using an authenticated bearer token from login.
Instructions
Read the ephemeral-rollup SPL token balance for an address (requires bearer token from login)..
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 | |
| authToken | Yes | Bearer token from magicblock_login (required for private reads) |
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. |