Skip to content
🌐Network: Mainnet

System Endpoints

System monitoring and WebSocket connections for real-time data streaming.

WebSocket Connection

Endpoint: GET /v1/ws (WebSocket)

Description: Establish WebSocket connection for real-time data.

WebSocket URL: wss://api.testnet.o2.app/v1/ws

Available Subscriptions

  • subscribe_depth - Order book updates
  • subscribe_orders - Order updates
  • subscribe_trades - Trade updates
  • subscribe_balances - Balance updates

Example Subscription

json
{
  "action": "subscribe_depth",
  "market_id": "c0c5c48315d8cfff9f00777f81fdf04e9b4ef69e802a1a068549a8d6a06ee19f",
  "precision": "10"
}

Source: packages/api/src/websocket/