ccxws
ccxws copied to clipboard
OKEX v5 need to add
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
this would be really great if someone could code this pr