Dynamic Token List

Last updated

Demonstrates how to fetch and display available aggregators and their supported token pairs in real-time.
Architecture Overview
🏗️ Backend Infrastructure
Aggregators Registry: Service providing real-time aggregator information
Token Pair Discovery: Availability across different DEX protocols
📁 Frontend Components
API Layer (src/api/api.ts)
HTTP requests to the aggregators registry endpoint
Data fetching and caching
Data Management (src/hooks/use-aggregators-list.ts)
React hook for fetching aggregator data
Real-time updates and error handling
UI Components (src/components/aggregators-list/)
Interactive aggregator information display
Token pair selection and filtering
Last updated