What is Futarchy DEX API?
The Futarchy DEX API is a CoinGecko-compatible DEX API that automatically discovers and aggregates all DAOs from the Futarchy protocol, providing real-time pricing and trading information.Quick Start
Get started with the API in minutes
API Reference
Explore all available endpoints
Configuration
Learn how to configure your API instance
Pricing Methodology
Understand how prices are calculated
Key Features
Automatic DAO Discovery
Automatic DAO Discovery
The API automatically discovers all DAOs from the Futarchy protocol without manual configuration.
Real-Time Pricing
Real-Time Pricing
Get accurate real-time prices calculated from spot pool reserves with support for various token decimals.
Volume Tracking
Volume Tracking
Trading volumes are calculated from protocol fees, providing accurate volume metrics.
Liquidity Metrics
Liquidity Metrics
Access comprehensive liquidity information for all pools in USD.
High Performance
High Performance
Built with Bun for exceptional performance with intelligent caching and rate limiting.
Base URL
your-api-domain.com with your actual API domain.
Available Endpoints
| Endpoint | Description |
|---|---|
GET / | API information and available endpoints |
GET /api/tickers | All DAO tickers with pricing and volume information |
GET /api/supply/:mintAddress | Complete supply info (total, circulating, decimals, raw) |
GET /api/supply/:mintAddress/total | Just the total supply |
GET /api/supply/:mintAddress/circulating | Just the circulating supply |
GET /health | Health check endpoint for monitoring |
Response Format
All endpoints return JSON responses. See the API Reference for detailed response schemas.Rate Limits
The API implements rate limiting of 60 requests per minute per IP address to ensure fair usage and system stability.
