Introduction
Welcome to the Futarchy DEX API - A CoinGecko-compatible API for the Futarchy protocol
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.
Get started with the API in minutes
Explore all available endpoints
Learn how to configure your API instance
Understand how prices are calculated
Key Features
Automatic DAO Discovery
The API automatically discovers all DAOs from the Futarchy protocol without manual configuration.
Real-Time Pricing
Get accurate real-time prices calculated from spot pool reserves with support for various token decimals.
Volume Tracking
Trading volumes are calculated from protocol fees, providing accurate volume metrics.
Liquidity Metrics
Access comprehensive liquidity information for all pools in USD.
High Performance
Built with Bun for exceptional performance with intelligent caching and rate limiting.
Base URL
https://market-api.metadao.fiAll API requests should be made to this base URL.
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 breakdown with allocation details |
GET/api/supply/:mintAddress/total |
Total supply only |
GET/api/supply/:mintAddress/circulating |
Circulating supply (excludes team performance package) |
GET/api/volume/aggregate |
Aggregate volume with daily breakdown for all DAO tokens |
GET/health |
Health 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
Was this page helpful?