helius_parsed_transactions

Pack: helius · Endpoint: https://gateway.pipeworx.io/helius/mcp

Parsed transaction history for a Solana address — human-readable, enriched tx feed (swaps, NFT sales, transfers) with a plain-English description, type, source protocol, fee, and timestamp for each transaction. Deeper than a raw signature list. Example: helius_parsed_transactions({ address: “86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY”, limit: 20, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
addressstringyesSolana wallet or program address (base58), e.g. “86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY”
limitintegernoMax transactions to return (default 20, max 50)
_apiKeystringyesHelius API key (free 1M credits/mo at helius.dev)

Example call

curl -X POST https://gateway.pipeworx.io/helius/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"helius_parsed_transactions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "helius": {
      "url": "https://gateway.pipeworx.io/helius/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026