gmanroney / cryptoboard

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

Exchange: GDAX #4

Open gmanroney opened 6 years ago

gmanroney commented 6 years ago
{
  "name": "gdax",
  "docurl": "https://docs.gdax.com/#websocket-feed",
  "wssurl": "wss://ws-feed.gdax.com",
  "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

Moving this to done for now. Most of work done. Will leave refactoring of this and other functions to later in the development process.