REST API
Programmatic access to market, on-chain, and account data.
Authentication
Provide an `Authorization: Bearer <token>` header with every request. Generate and manage tokens inside Settings → API Keys. Tokens inherit the permissions of the issuing user.
Rate Limits
Standard plans support 120 requests per minute across all endpoints. Contact support for higher throughput or dedicated replicas.
Endpoints
- `GET /api/market-data` – Market aggregates with merged liquidity metrics.
- `GET /api/market-history?symbol=BTCUSDT&interval=1h` – Historical OHLC data.
- `GET /api/onchain/flows?exchange=binance&limit=100` – Recent deposit/withdrawal activity.
- `POST /api/alerts` – Create alert rules for price, volume, or address flows.
- `GET /api/dashboard/analytics` – Summary metrics for the signed-in account.