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://market-api.metadao.fi
All API requests should be made to this base URL.

Available Endpoints

EndpointDescription
GET /API information and available endpoints
GET /api/tickersAll DAO tickers with pricing and volume information
GET /api/supply/:mintAddressComplete supply breakdown with allocation details
GET /api/supply/:mintAddress/totalTotal supply only
GET /api/supply/:mintAddress/circulatingCirculating supply (excludes team performance package)
GET /api/volume/aggregateAggregate volume with daily breakdown for all DAO tokens
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