Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_token_largest_accounts

Retrieve the largest token accounts for a specific token mint on the Solana blockchain using the Helius API with MCP Helius. Input the token address and commitment level to analyze token distribution effectively.

Instructions

Get the largest token accounts for a specific token mint

Input Schema

NameRequiredDescriptionDefault
commitmentNo
tokenAddressYes

Input Schema (JSON Schema)

{ "properties": { "commitment": { "enum": [ "confirmed", "finalized", "processed" ], "type": "string" }, "tokenAddress": { "type": "string" } }, "required": [ "tokenAddress" ], "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