Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_signatures_for_address

Retrieve Solana transaction signatures for a specific address using MCP Helius. Specify parameters like limit, timeframe, and commitment level to filter results. Ideal for tracking wallet activity or analyzing blockchain interactions.

Instructions

Get transaction signatures for a Solana address

Input Schema

NameRequiredDescriptionDefault
addressYes
beforeNo
commitmentNo
limitNo
untilNo

Input Schema (JSON Schema)

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