gmanroney / cryptoboard

Collects data from multiple cryptocurrency exchanges, transforms it and posts it into redis
MIT License
11 stars 2 forks source link

Exchange: OKEX #9

Open gmanroney opened 6 years ago

gmanroney commented 6 years ago
{
  "name": "okex",
  "docurl": "https://www.okex.com/ws_getStarted.html",
  "wssurl": "wss://real.okex.com:10440/websocket/okexapi",
  "pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
  "active": "N"
}
gmanroney commented 6 years ago

Next one to do :-)

gmanroney commented 6 years ago

This is done now apart from outstanding issue about tr_timestamp and tr_side described above and mentioned in the comments. Not making this a separate issue.