Skip to main content

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.

Key Features

The API automatically discovers all DAOs from the Futarchy protocol without manual configuration.
Get accurate real-time prices calculated from spot pool reserves with support for various token decimals.
Trading volumes are calculated from protocol fees, providing accurate volume metrics.
Access comprehensive liquidity information for all pools in USD.
Built with Bun for exceptional performance with intelligent caching and rate limiting.

Base URL

https://your-api-domain.com
All API requests should be made to this base URL. Replace your-api-domain.com with your actual API domain.

Available Endpoints

EndpointDescription
GET /API information and available endpoints
GET /api/tickersAll DAO tickers with pricing and volume information
GET /api/supply/:mintAddressComplete supply info (total, circulating, decimals, raw)
GET /api/supply/:mintAddress/totalJust the total supply
GET /api/supply/:mintAddress/circulatingJust the circulating supply
GET /healthHealth check endpoint for monitoring
See the API Reference for detailed documentation on each endpoint.

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.

Getting Help