
Solana Transaction API
Pricing
$2.00 / 1,000 results

Solana Transaction API
Fetch comprehensive Solana transaction details with the Solana Transaction API. Retrieve token transfers, fees, DEX interactions, and more in a single request. Supports up to 10 transactions per query with real-time insights. Perfect for developers, traders, and analysts.
0.0 (0)
Pricing
$2.00 / 1,000 results
1
Total users
10
Monthly users
6
Runs succeeded
82%
Last modified
a month ago
A powerful actor for retrieving detailed transaction information from the Solana blockchain. This actor allows you to fetch comprehensive transaction data for multiple Solana transactions in a single request.
Features
- Fetch detailed transaction data from the Solana blockchain
- Support for multiple transactions (up to 10) in a single request
- Comprehensive transaction information including
Example Input
The actor accepts input in JSON format with the following structure:
{"transaction": ["transaction_signature_1","transaction_signature_2",...]}
Important Notes
- Maximum of 10 transaction signatures per request
- Transaction signatures must be valid Solana transaction hashes
Output
The actor outputs detailed transaction information for each provided signature. Each transaction output includes:
- Transaction ID and Solscan link
- SOL and token balance changes
- Detailed token information for all tokens involved
- Transaction fees and computational costs
- Transaction status and confirmation details
- Timestamp and date information
- DEX information
- Account signers
- Block information
- Final transaction logs
Example Output
[{"txn_id": "...", // Transaction signature"txn_link": "https://solscan.io/tx/...","sol_balance_change": [{"address": "...","pre_balance": 233341175,"post_balance": 4147932,"change_amount": -229193243},],"token_balance_change": [{"address": "...","decimals": 9,"change_amount": "91897675202","post_balance": "91897675202","pre_balance": 0,"token_address": "23CTZMjEYNNZUE4itfn3iv6kgM4xn7X7dx1kVX1Gr8Xi","owner": "...",}],"tokens_involved": [{"token_address": "23CTZMjEYNNZUE4itfn3iv6kgM4xn7X7dx1kVX1Gr8Xi","token_name": "We Love Tits","token_symbol": "TITS","token_icon": "https://bafkreicf3guwowdmyrfwob5ikf4o4x2zlqzqtn7mckhb5p2bvpqq2dpgju.ipfs.nftstorage.link","token_decimals": 9,"token_type": "token","price_usdt": 0.01141266},{"token_address": "So11111111111111111111111111111111111111112","token_name": "Wrapped SOL","token_symbol": "SOL","token_icon": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png","token_decimals": 9,"token_type": "token","price_usdt": 212.77},{"token_address": "So11111111111111111111111111111111111111111","token_decimals": 9,"token_name": "SOL","token_symbol": "SOL","token_type": "token","token_icon": "https://statics.solscan.io/solscan-img/solana_icon.svg","price_usdt": 212.77}]"fee": 5000,"priority_fee": 0,"total_fee": 200000,"tx_status": "finalized","confirmations": 32,"txn_date": "2024-02-02 15:30:45","txn_timestamp": 1706891445,"dex": {"tag_id": "raydium","tag_name": "Raydium","tag_type": 1,"tag_metadata": {"icon": "https://statics.solscan.io/ex-img/5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h.png","website": "https://raydium.io/"}},"account_signers": ["..."],"block_id": 12345678,"recent_blockhash": "AotEM1wvDMcxGDJJXNYMiyndWZ9kNKfdL3z3vbSc4mZU""final_log": "Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success"}]
Limitations
- Only processes up to 10 transactions per run to ensure reliable performance
- Some tokens might have missing data fields marked as
"N/A"
if not available on
Error Handling
The actor provides clear error messages for common issues:
- Invalid input format
- Exceeding maximum transaction limit
- Failed transaction fetches
Support
For issues, feature requests, or questions about this actor, please create an issue.