Skip to main content

Sources

  • REST: See the API Reference for /api/v1/market/* endpoints, including market data, order books, tickers, klines, funding, open interest, and risk limits.
  • WebSocket (real-time):
    • Public: wss://api.cnt.ekiden.fi/ws/public
    • Private: wss://api.cnt.ekiden.fi/ws/private (requires JWT authentication)

Common Subscriptions

  • orderbook.<depth>.<symbol> (e.g. orderbook.1.BTC-USDCx) — order book snapshots and deltas
  • trade.<symbol> — public trade feed
  • ticker.<symbol> — 24-hour ticker updates
  • kline.<interval>.<symbol> — candlestick updates
  • all_liquidations.<symbol> — liquidation events
  • insurance_pool.<symbol> — insurance pool snapshots
  • adl_alert.<symbol> — ADL alert updates
  • order, position, execution, account_balance — private user streams (available on /ws/private after authentication)

Timestamps

  • ts (ticker snapshots) is a Unix timestamp in milliseconds.
  • client_ts and server_ts (WebSocket ping/pong) are Unix timestamps in milliseconds.
  • server_ts_ms (WebSocket event envelope) is a Unix timestamp in milliseconds.