Helius Parsed Transactions
helius_parsed_transactionsParsed 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" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max transactions to return (default 20, max 50) | |
| _apiKey | Yes | Helius API key (free 1M credits/mo at helius.dev) | |
| address | Yes | Solana wallet or program address (base58), e.g. "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY" |