DEXAGG API Reference
Welcome to the DEXAGG API reference documentation. This section provides detailed information about all available endpoints, organized by functionality.Base URL
All API requests should be made to:Authentication
Private endpoints require API key authentication via HTTP headers:Get API Keys
Create your API credentials in the dashboard
Supported Exchanges
DEXAGG aggregates data and routes orders across these exchanges:Hyperliquid
High-performance perpetual DEX
Aster
Cross-chain perpetual trading
Lighter
Orderbook-based DEX
Rate Limits
- Public endpoints: 100 requests per minute
- Private endpoints: 60 requests per minute
- WebSocket connections: 5 per API key
Response Format
All API responses follow a consistent JSON format with proper HTTP status codes. Errors include detailed information to help with debugging.For real-time data, consider using our WebSocket API instead of polling REST endpoints.