1
I am writing MATLAB code to get the trading data from Bittrex. I have 10 different coin trading volume data that I want to know. To do this, I have a few ideas but not work in Bittrex.
- Use 'getmarkethistory' for each alt coin trading information for every second and then combine the data (This does not work because it will easily hit the rate limit)
- Some other platform have 'heartbeat' functions. If you use the function, it makes sure you download all trade history. (This does not work because I could not find this function in Bittrex)
Would someone give me an idea of collecting data from Bittrex?
You are going to have a hard time pulling 10 requests per second. Do you need all the data? Won't the volume provided by the exchange per 24H be sufficient? You can try to pull bittrex data from cryptocompare.com or see if the Bittrex API v2) works better.
– Chak – 2017-12-24T00:56:19.360