cryptoqween / cryptoqween.github.io

CryptoCompare API tutorials
194 stars 114 forks source link

Two Queries regarding websockets #13

Closed GoChartingAdmin closed 6 years ago

GoChartingAdmin commented 6 years ago

I have two queries:

  1. Any plans of providing news and order book through websocket?
  2. Certain pairs provide trade data in certain exchange like ["0~Cryptsy~BTC~USD", "0~Bitstamp~BTC~USD"] but when I try the same in CCCAGG, I do not get data

OR for example, 5~Bitstamp~BTC~USD does not provide any data over the websocket but 2~Bitstamp~BTC~USD does

OR for example 0~CCCAGG~BTC~USD does not provide any data over the websocket but 5~CCCAGG~BTC~USD does

Sample Response:

09:11:10.067 websocketMiddleware.js:153 0~CCCAGG~BTC~USD
09:11:10.067 websocketMiddleware.js:153 3~LOADCOMPLETE

How do I know which exchange provides trade data and which exchange provides CURRENTAGG data?

Thank you

GoChartingAdmin commented 6 years ago

Scratch point # 2. I just need a response back on point # 1

cryptoqween commented 6 years ago

Hi GoChartingAdmin

  1. Yes, it will be available. We have a news API endpoint already, check the docs here: https://min-api.cryptocompare.com/
GoChartingAdmin commented 6 years ago

Thank you. Now eagerly waiting for order book

cryptoqween commented 4 years ago

Hi there, just wanted to let you know that this version of the streaming API is being sunset in the next couple of weeks as we are moving to version 2, that has a lot more features and better support. Please visit our documentation page which provides code examples in javascript, node, python and golang: https://min-api.cryptocompare.com/documentation/websockets.