Changelog
API surface changes shipped to api.zetariumdex.com.
2026-04-26
- Doc init — first public release.
- New —
clientOrderId(UUID v4) idempotent retry support added onPOST /v2/ordersandPOST /v2/orders/batch. - New —
forceWithOpenPositionflag onPOST /v2/futures/leverageandPOST /v2/futures/margin-type. Symbols with an open position now return409with acodefield unless the flag is sent. - New endpoint —
GET /v2/platform/tokens— chain-specific decimals registry. - Behavior — HMAC timestamp drift tightened from 30 s to 5 s; a 60-s replay cache was added.
- Behavior — when an API key is created, the
Withdrawalpermission scope is no longer carried by sub-account venue keys (UI may surface the toggle but the venue key won't carry it). - Behavior — WS
accountchannel periodic snapshots are now taggedevent: "full_snapshot". - Security — HMAC compare is timing-safe, JWT algorithm is pinned to
HS256, JWT revocation now usesUser.jwtRevision.