ZetariumDex API Docs
HMAC-signed REST and public WebSocket access to the ZetariumDex perpetual futures exchange.
Languages
6
Rate limit
1000
HMAC drift
±5s
Channels
5
Production-ready
Built for production
Everything you need to connect, sign, place orders and stream market data — without surprises.
HMAC-signed REST
Every protected request is authenticated with X-API-KEY + HMAC-SHA256 over the canonical query string. ±5s drift, 60s replay window.
Public WebSocket
Order book, trades, ticker, kline and mark-price streams over wss:// — no auth required for public channels.
Idempotent orders
Set clientOrderId once per intent; retries are safe under network glitches, reconnects and 5xx storms.
Per-endpoint rate limits
1000/min default, with tighter buckets on POST orders. Standard X-RateLimit-* headers and Retry-After on 429.
Scoped API keys
READ_ONLY, TRADE and WITHDRAW permissions; optional IP whitelist; expiresAt for automatic revocation.
Examples in 6 languages
cURL, JavaScript, Python, Go, Rust and PHP — drop-in clients with signed-request helpers.