ZDEX API Documentation
Complete API reference for the ZDEX Perpetual DEX trading platform
Overview
The ZDEX API provides programmatic access to the ZDEX perpetual futures trading platform. You can use it to place orders, manage positions, stream real-time market data, and more.
Base URL
https://api.zdex.worldWebSocket
wss://api.zdex.world/wsAuthentication
The API uses API Key + HMAC-SHA256 signature authentication (Binance-style). Create your API keys from the ZDEX web app under Portfolio > API Keys.
See Authentication for details.
Rate Limits
| Scope | Limit |
|---|---|
| Global (per IP) | 100 requests/minute |
| Order placement (per user) | 30 requests/minute |
| Auth endpoints (per IP) | 10 requests/minute |
Rate limit headers are included in every response:
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1711756860