Skip to main content
Retrieve all transactions sent by or to a specific address to track wallet activity, exchange flows, or program interactions.

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

Expected Output

Monitor Outgoing Transactions

Track transactions from a specific wallet:

Performance Tips

  1. Filter by fee payer: Reduces results to transactions from specific wallets
  2. Request minimal fields: Omit unnecessary fields to improve performance
  3. Check error status: Filter failed transactions in post-processing if needed
  4. Use slot ranges: Process data in manageable batches

Query Instructions

Track program instructions

Query Logs

Retrieve program log messages

Token Transfers

Monitor SPL token activity

API Reference

View complete API docs