v2 · Perpetual Futures

ZetariumDex API Docs

HMAC-signed REST and public WebSocket access to the ZetariumDex perpetual futures exchange.

https://api.zetariumdex.com/v2

Languages

6

cURL · JS · Python · Go · Rust · PHP

Rate limit

1000

requests / minute · default

HMAC drift

±5s

replay window 60s

Channels

5

depth · trades · ticker · kline · markPrice

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.

Ready to ship?

Generate an API key from the app, sign your first request, and you're trading.