Skip to main content
Glama

Solana MCP Server

getBalance

Check the balance of a Solana account address using the Solana MCP Server. Retrieve accurate SOL holdings for any specified account in the blockchain.

Instructions

Get balance for a Solana address

Input Schema

NameRequiredDescriptionDefault
addressYesSolana account address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "description": "Solana account address", "type": "string" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from Solana MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akc2267/solana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server