🏊‍♂️ Balancer V3 DEX Screener Adapter

REST API adapter for Balancer V3 pools across multiple blockchain networks

📡 API Endpoints

All API endpoints are available under the /api path:

GET /api/health - Health check
GET /api/chains - List supported chains
GET /api/{chain}/latest-block - Latest block information
GET /api/{chain}/asset?id={address} - Token information
GET /api/{chain}/pair?id={pairId} - Pair information
GET /api/{chain}/events?fromBlock={from}&toBlock={to} - Block range events

🔗 Supported Chains

The adapter supports multiple blockchain networks including:

🚀 Quick Start

Try these endpoints:

/api/health
/api/chains

📚 Documentation

For complete API documentation and deployment instructions, visit the GitHub repository.