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)
- Public:
Common Subscriptions
orderbook.<depth>.<symbol>(e.g.orderbook.1.BTC-USDCx) — order book snapshots and deltastrade.<symbol>— public trade feedticker.<symbol>— 24-hour ticker updateskline.<interval>.<symbol>— candlestick updatesall_liquidations.<symbol>— liquidation eventsinsurance_pool.<symbol>— insurance pool snapshotsadl_alert.<symbol>— ADL alert updatesorder,position,execution,account_balance— private user streams (available on/ws/privateafter authentication)
Timestamps
ts(ticker snapshots) is a Unix timestamp in milliseconds.client_tsandserver_ts(WebSocket ping/pong) are Unix timestamps in milliseconds.server_ts_ms(WebSocket event envelope) is a Unix timestamp in milliseconds.