gmanroney / cryptoboard

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

Exchange: BINANCE #6

Open gmanroney opened 6 years ago

gmanroney commented 6 years ago
{
  "name": "binance",
  "docurl": "https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md",
  "wssurl": "wss://stream.binance.com:9443",
  "pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
  "active": "N"
}
gmanroney commented 6 years ago

next one :-)

gmanroney commented 6 years ago

Core coding is done for this now. Apart from not being sure whether buy/sell transformation is successful everything else appears to be ok.