This repository was archived by the owner on Sep 9, 2023. It is now read-only.
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
OKEX v5 need to add #320
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels