magicblock privateBalance
magicblock_privateBalanceRetrieve the private SPL token balance from an ephemeral rollup using an authenticated wallet address and token mint.
Instructions
Read the ephemeral-rollup SPL token balance for an address (requires bearer token from login). 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 | |
| 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. |