diff --git a/exchanges/okx/okx_websocket.go b/exchanges/okx/okx_websocket.go index 6aeb03c7..b28df685 100644 --- a/exchanges/okx/okx_websocket.go +++ b/exchanges/okx/okx_websocket.go @@ -395,6 +395,7 @@ func (ok *Okx) handleSubscription(operation string, subscriptions []stream.Chann arg.Channel == okxChannelOrderBooks5 || arg.Channel == okxChannelOrderBooks50TBT || arg.Channel == okxChannelOrderBooksTBT || + arg.Channel == okxChannelFundingRate || arg.Channel == okxChannelTrades { if subscriptions[i].Params["instId"] != "" { instrumentID, okay = subscriptions[i].Params["instId"].(string)