nautilus-okx 0.61.0

OKX exchange integration adapter for the Nautilus trading engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "arg": {
    "channel": "trades",
    "instId": "BTC-USD"
  },
  "data": [
    {
      "instId": "BTC-USD",
      "tradeId": "130639474",
      "px": "42219.9",
      "sz": "0.12060306",
      "side": "buy",
      "ts": "1630048897897",
      "count": "3"
    }
  ]
}