-
Authenticated user-data event delivered on the "coindcx" channel whenever the signed-in user's wallet balance changes.
CoinDCX Streaming Socket.IO API
-
Candlestick (OHLCV) updates for a candlestick channel of the form candlestick@-__ (for example candlestick@B-BTC_USDT_1m).
CoinDCX Streaming Socket.IO API
-
Real-time price feed for a market channel of the form -_@prices.
CoinDCX Streaming Socket.IO API
-
Full orderbook snapshot for a market channel of the form -_@orderbook.
CoinDCX Streaming Socket.IO API
-
Incremental orderbook update for a market channel of the form -_@orderbook. Updates should be applied on top of the most recent depth-snapshot for the same channel.
CoinDCX Streaming Socket.IO API
-
Client-emitted Socket.IO event used to subscribe to a channel. For public market channels the payload is a string such as "B-BTC_USDT@orderbook". For the authenticated user-data channel the payload is
CoinDCX Streaming Socket.IO API
-
Client-emitted Socket.IO event used to unsubscribe from a previously joined channel. The payload is the same channelName string passed to join.
CoinDCX Streaming Socket.IO API
-
Incoming trade notification for a market channel of the form -_@trades.
CoinDCX Streaming Socket.IO API
-
Authenticated user-data event delivered on the "coindcx" channel for lifecycle changes to the signed-in user's spot or futures orders.
CoinDCX Streaming Socket.IO API
-
Authenticated user-data event delivered on the "coindcx" channel for changes to the signed-in user's futures positions.
CoinDCX Streaming Socket.IO API
-
Last traded price (LTP) movement for a market channel of the form -_@prices.
CoinDCX Streaming Socket.IO API
-
Rolling price statistics for a market channel of the form -_@prices-stats.
CoinDCX Streaming Socket.IO API
-
Authenticated user-data event delivered on the "coindcx" channel for the signed-in user's executed trades (fills).
CoinDCX Streaming Socket.IO API