Get SOL Balance
sol_get_balanceRetrieve the SOL balance for any Solana wallet or account by providing its public key. Uses the configured RPC endpoint to return the current balance.
Instructions
Fetch the SOL balance for a wallet or account using the configured Solana RPC endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey | No | Alias for address | |
| address | No | Wallet or account public key in base58 | |
| commitment | No | Optional commitment override |
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. |