gmanroney / cryptoboard

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

Exchange: HITBTC #7

Open gmanroney opened 6 years ago

gmanroney commented 6 years ago
{
  "name": "hitbtc",
  "docurl": "https://api.hitbtc.com/#socket-market-data",
  "wssurl": "wss://api.hitbtc.com/api/2/ws",
  "pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
  "active": "N"
}
gmanroney commented 6 years ago

Second exchange to try. Going to add ability to send exchange name from command line e.g. server.js hitbtc so the same code can run up exchanges independently. For now options will be server.js -> do nothing server.js hitbtc -> do hitbtc server.js bitfinex -> do bitfinex

gmanroney commented 6 years ago

Moving this bit to different issue "Going to add ability to send exchange name from command line e.g. server.js hitbtc so the same code can run up exchanges independently. For now options will be server.js -> do nothing server.js hitbtc -> do hitbtc server.js bitfinex -> do bitfinex"