| Channel | Auth | ID format | Notes |
|---|---|---|---|
l2Orderbook | public | market (e.g. BTC-PERP) | Full snapshot every ~500 ms. nLevels 1–100, default 20. |
l2OrderbookUpdates | public | market | Initial snapshot, then incremental updates. Same nLevels parameter. |
trades | public | market | Live public trade stream; no snapshot on subscribe. |
markets | public | (global, no id) | Snapshot on subscribe plus per-market updates. |
oraclePrices | public | market | Per-market oracle prices from the on-chain Slinky aggregator. |
bbo | public | market | Best bid / offer (top of book). |
account | public | Ethereum address | Snapshot of positions, balances, margin; re-snapshots every 5 s. |
positions | public | Ethereum address | Open positions only. |
userFills | public | Ethereum address | Snapshot then live fills. |
orders | public | Ethereum address | Open and recently closed orders (up to 100 closed in snapshot). |
candles | public | <market>/<timeframe> | Up to 200-candle snapshot plus real-time updates. |
l2Orderbook
Periodic full snapshots every ~500 ms.nLevels (integer 1–100, default 20).
l2OrderbookUpdates
Initial snapshot followed by event-driven incremental updates with the same shape asl2Orderbook.
trades
Live public trade stream. No snapshot on subscribe.markets
Global channel. Subscribe with noid. Snapshot on subscribe plus per-market updates.
oraclePrices
Per-market oracle prices from the on-chain Slinky aggregator.bbo
Best bid and offer (top of book).account
Account state snapshot and updates (positions, balances, margin). Re-snapshots every 5 seconds.positions
Open positions only.userFills
Per-user fill stream. Snapshot on subscribe, then live updates.orders
Open and recently closed orders (up to 100 closed orders in snapshot).OPEN, FILLED, CANCELED, MARGIN_CANCELED, REJECTED, TPSL_PLACED, TPSL_CANCELED, TPSL_TRIGGERED.
candles
OHLCV candlesticks. Snapshot of up to 200 candles plus real-time updates. Subscriptionid is <market>/<timeframe>.
Available timeframes: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 8h, 12h, 1d, 3d, 1w.