You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(research): Add pagination with deduplication and infinite loop protection
- Implement cursor-based pagination with up to 100 iterations
- Add duplicate cursor detection to prevent infinite loops
- Deduplicate transfers by txId + from + to (same tx can have multiple token transfers)
- Show both total_transfers_raw and total_transfers_unique in output
- MCP server hardcodes 50 transfers per page, ignores :limit parameter
- Pagination properly fetches multiple pages and stops when cursor repeats
This ensures we fetch ALL wallet transfers, not just the first 50.
0 commit comments