Skip to content
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
Open
@MidoMiddle

Description

@MidoMiddle

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions