ZetariumZetariumDex

ZetariumDex API v2

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

Default base URLhttps://api.zetariumdex.com/v2

Welcome to the ZetariumDex API reference — HMAC-signed REST and public WebSocket access to the perpetual futures exchange.

The web UI flow is not documented here. Users register and create API keys through the web interface; clients then use those keys to call HMAC-signed REST endpoints and consume the public WebSocket stream.

What's inside

Conventions

SymbolMeaning
BASE_URLhttps://api.zetariumdex.com/v2
X-API-KEYRequest header carrying your public API key
timestampMillisecond Unix epoch, included in every signed query
signatureHex-encoded HMAC-SHA256 of the canonical query string
clientOrderIdCaller-supplied idempotency key for order placement

Prerequisites

This reference assumes you are comfortable with HTTP, JSON, HMAC signing, and asynchronous WebSocket streams. If you need an introductory walkthrough, start with the Quick Start.

On this page