Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_signatures_for_address

Retrieve confirmed transaction signatures associated with a Solana address. Specify filters like start, end, or limit to narrow search results efficiently.

Instructions

Returns confirmed signatures for transactions involving an address.

Args: account (str): Account address to query before (Optional[str]): Start searching backwards from this signature until (Optional[str]): Search until this signature limit (Optional[int]): Maximum number of signatures to return

Returns: str: Signatures information

Input Schema

NameRequiredDescriptionDefault
accountYes
beforeNo
limitNo
untilNo

Input Schema (JSON Schema)

{ "properties": { "account": { "title": "Account", "type": "string" }, "before": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Before" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "until": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Until" } }, "required": [ "account" ], "title": "get_signatures_for_addressArguments", "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/tywenk/mcp-sol'

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