Channels & Subscriptions
{ "op": "subscribe", "args": [ {"channel": "tickers", "instId": "BTC-USDT-SWAP"}, {"channel": "books", "instId": "ETH-USDT-SWAP"} ] }{ "event": "subscribe", "arg": { "channel": "tickers", "instId": "BTC-USDT-SWAP" }, "ts": ... }{ "op": "unsubscribe", "args": [ {"channel": "tickers", "instId": "BTC-USDT-SWAP"} ] }{ "event": "unsubscribe", "arg": { "channel": "tickers", "instId": "BTC-USDT-SWAP" }, "ts": ... }
Last updated