GET /api/volume/aggregate
API Reference
GET /api/volume/aggregate
Retrieve aggregate trading volume with daily breakdown for all DAO tokens
GET
GET /api/volume/aggregate
Overview
The volume aggregate endpoint returns comprehensive trading volume data for all DAO tokens since launch, including daily breakdowns for detailed analysis.This endpoint aggregates volume data across all DAOs, providing a complete picture of trading activity on the Futarchy protocol.
Request
No Parameters Required
This endpoint requires no query parameters. It automatically returns aggregate volume data for all active DAOs.Response
string
required
Total aggregate trading volume across all DAOs since launch (in USD)
array
required
Array of daily volume records
array
required
Per-token volume breakdown
Example Request
Example Response
Data Characteristics
Volume Calculation
Volume Calculation
Volume is derived from accumulated protocol fees, providing accurate trading activity metrics.Formula:
volume = protocolFees / feeRateUses the protocol fee rate of 0.25% for calculations.Daily Breakdown
Daily Breakdown
Daily volume data is tracked since each DAO’s launch date, providing historical trading patterns and trends.
Per-Token Aggregation
Per-Token Aggregation
Volume is aggregated per token, making it easy to compare trading activity across different DAOs.
Use Cases
Analytics Dashboards
Display historical volume trends and trading patterns
Market Research
Analyze trading activity across the Futarchy ecosystem
Protocol Metrics
Track overall protocol health and growth
Reporting
Generate volume reports for stakeholders
Rate Limiting
This endpoint is subject to the global rate limit of 60 requests per minute per IP address.Related Documentation
Tickers API
Get real-time pricing and volume for all DAOs
Supply API
Get token supply breakdown information
API Overview
Learn about the API architecture
