Getting Data
How to get transactions
Learn how to retrieve and parse Solana transactions using Helius APIs
Transactions represent all state changes on Solana. Helius provides multiple ways to read transaction data, from raw RPC methods to enhanced transaction APIs.
Getting a Single Transaction
Retrieve transaction details using the standard RPC method:
API Reference
getTransaction
Enhanced Transaction History
For richer transaction history with parsed data:
API Reference
Get Enhanced Transactions By Address
Transaction Status Checking
Check the status of multiple transactions:
API Reference
getSignatureStatuses