Overview
The Parse Transactions endpoint transforms raw transaction signatures or data into structured, human-readable information. Instead of manually decoding instruction data and account lists, you receive clear details about transfers, swaps, NFT activities, and more.API Reference
View detailed API documentation for parsing transactions
Quickstart
Parse one or more transaction signatures with a single API call:- JavaScript
- Python
Response Structure
Enhanced transaction responses include structured data with human-readable descriptions:What You Get
The parsed transaction data includes:- Description: Human-readable summary of what happened
- Type: Transaction category (TRANSFER, SWAP, NFT_SALE, etc.)
- Source: Program that executed the transaction
- Fee Information: Transaction fees and fee payer
- Native Transfers: SOL movements between accounts
- Token Transfers: SPL token movements
- Events: High-level event summaries
- Timestamps: When the transaction was processed