Skip to main content

API overview

Partners integrate against HTTP APIs (and where applicable WebSocket market/private streams) for market data, accounts, and trading.

This documentation describes capabilities and resource shapes at a product level. It intentionally omits internal authentication bypasses, encryption key formats, infrastructure endpoints, and operator-only recovery tools.

Capability map

AreaWhat you doDoc
AuthenticationObtain and refresh partner / user sessionsAuthentication
Market dataInstruments, tickers, order books, candlesMarket data
TradingPlace, amend, cancel; read orders and positionsTrading
AccountsBalances, sub-accounts, funding status (high level)Accounts

Design principles

  • Backend-first - keep long-lived credentials on your servers
  • Least privilege - separate read-only market credentials from trading credentials when issued
  • Idempotent client order ids - support safe retries on place/cancel
  • Environment isolation - staging and production credentials never mix
SurfaceRoleURL
Institutional landingCommercial entryhttps://institutional.eterna.exchange
Retail appReference UX for live marketshttps://app.eterna.exchange
Advanced trade API docsSeparate advanced key producthttps://api2-docs.eterna.exchange

Credential issuance and base URLs for your tenant are provided during onboarding.