{ "op": "subscribe", "args": [ { "channel": "depth", "symbol": "US500-BTC" }, { "channel": "depth", "symbol": "OIL-BTC" } ] }
{ "topic": "depth.OIL-BTC", "type": "snapshot", "createdTime": 1640995200000000000, "data": { "symbol": "OIL-BTC", "bid": [["0.00089410", "89.25"], ["0.00089400", "50.00"]], "ask": [["0.00089430", "156.75"], ["0.00089440", "203.00"]], "timestamp": 1640995200000000000 } }
Full order book with multiple price levels
depth
{ "topic": "depth.OIL-BTC", "type": "delta", "createdTime": 1640995200000000000, "data": { "symbol": "OIL-BTC", "bid": [["0.00089415", "10.00"]], "ask": [["0.00089435", "-5.00"]], "timestamp": 1640995200000000000 } }
Was this page helpful?