Skip to main content

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:
https://api.dexaggregatorbeta.xyz

Authentication

Private endpoints require API key authentication via HTTP headers:
X-API-KEY: your_api_key
X-API-SECRET: your_api_secret
X-API-TIMESTAMP: unix_timestamp_ms
X-API-SIGNATURE: hmac_sha256_signature

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.