Track SPL token transfers to build token analytics, monitor wallet activity, or analyze token flow patterns.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
Token transfer tracking enables you to:- Build token transfer analytics and volume trackers
- Monitor wallet token activity
- Analyze transfer patterns
- Track token mints and burns
Code Example
Try it yourself with the interactive query interface below:
Key Parameters
| Parameter | Description |
|---|---|
preMint | Token mint address before the transaction |
postMint | Token mint address after the transaction |
preAmount | Token balance before the transaction |
postAmount | Token balance after the transaction |
preOwner | Token account owner before the transaction |
postOwner | Token account owner after the transaction |
account | Token account address |
Expected Output
Track Specific Token Account
Monitor transfers for a specific token account:Performance Tips
- Filter by mint: Query specific tokens instead of all transfers
- Use slot ranges: Process data in 10k-50k slot batches
- Request minimal fields: Only request fields you need
- Filter by account: Monitor specific token accounts
Related Examples
Query Instructions
Track program instructions
DEX Swaps
Track DEX trading activity
Query Transactions
Monitor wallet activity
API Reference
View complete API docs
