Use Case
Transaction queries help you:- Track incoming transactions to wallets or exchanges
- Monitor program interactions
- Analyze transaction patterns
- Build transaction history feeds
Code Example
Try it yourself with the interactive query interface below:
Key Parameters
| Parameter | Description |
|---|---|
feePayer | Filter transactions by fee payer address |
signatures | Transaction signatures (base58-encoded) |
err | Transaction error (null if successful) |
Expected Output
Monitor Outgoing Transactions
Track transactions from a specific wallet:Performance Tips
- Filter by fee payer: Reduces results to transactions from specific wallets
- Request minimal fields: Omit unnecessary fields to improve performance
- Check error status: Filter failed transactions in post-processing if needed
- Use slot ranges: Process data in manageable batches
Related Examples
Query Instructions
Track program instructions
Query Logs
Retrieve program log messages
Token Transfers
Monitor SPL token activity
API Reference
View complete API docs

