Getting Started
The Superchain Token Explorer API provides access to token data across all 19 Optimism Atlas eligible chains. No authentication required for read endpoints.
Base URL
http://localhost:8000Example: Get Tokens on Base
curl
curl "http://localhost:8000/api/tokens?chain=base&limit=10"Example: Get Superchain Overview
curl
curl "http://localhost:8000/api/superchain/overview"Example: Check Interop Status
curl
curl "http://localhost:8000/api/superchain/interop/check/base/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"Rate Limits
- • No authentication required
- • 100 requests per minute per IP
- • Data refreshes every 30 seconds
OpenAPI Spec
Full OpenAPI documentation is available at:
View Swagger UI