Use Case
NFT transfer tracking enables you to:- Build NFT transfer trackers and analytics
- Monitor collection activity and floor prices
- Track whale movements across collections
- Analyze trading patterns and market trends
Code Example
Try it yourself with the interactive query interface below:
Key Parameters
Expected Output
Track Specific Wallet Activity
Monitor NFT transfers for a specific wallet address:Track Minting Events
Monitor NFT mints (transfers from null address):Minting is represented as a transfer from the zero address (
0x000...000).ERC-1155 Transfers
For ERC-1155 NFTs, use different event signatures:Performance Tips
- Filter by collection: Specify exact contract addresses
- Use topic filters: Filter by from/to addresses at Portal level
- Batch processing: Query 10k-50k blocks at a time
- Minimal fields: Request only needed fields
Related Examples
Query Event Logs
General event log querying
Index DEX Swaps
Track DEX trading activity
Query Transactions
Monitor transaction activity
API Reference
View complete API docs