ccxws icon indicating copy to clipboard operation
ccxws copied to clipboard

OKEX v5 need to add

Open MidoMiddle opened this issue 2 years ago • 1 comments

https://www.okx.com/docs-v5/en/#overview

new wss path and new arguments

// format 
{
  "op": "subscribe",
  "args": ["<SubscriptionTopic>"]
}
// example
{
  "op": "subscribe",
  "args": [
    {
      "channel": "trades",
      "instId": "BTC-USDT"
    }
  ]
}

v3 doesn't work

MidoMiddle avatar Mar 17 '22 15:03 MidoMiddle

this would be really great if someone could code this pr

Mateotey avatar Apr 01 '22 16:04 Mateotey