Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_account_info

Retrieve detailed account information for a specific Solana address using the Helius API. Input the public key and commitment level to access essential blockchain data for wallets, tokens, or NFTs.

Instructions

Get account information for a Solana address

Input Schema

NameRequiredDescriptionDefault
commitmentNo
publicKeyYes

Input Schema (JSON Schema)

{ "properties": { "commitment": { "enum": [ "confirmed", "finalized", "processed" ], "type": "string" }, "publicKey": { "type": "string" } }, "required": [ "publicKey" ], "type": "object" }

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/dcSpark/mcp-server-helius'

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