Post
Topic
Board Currency exchange
How to get history trades of last 10 days from Bittrex using Bittrex API?
by
btcmaster33
on 14/11/2017, 14:17:25 UTC
I want to know how to programmatically get history of trades for period - last 10 days from Bittrex? I saw bittrex API, but using function getmarkethistory I can get only last 200 trades items. But I need to calculate volume buy and volume sell separately for last 10 days and I can't find functions in bittrex API that can help me do this. I saw coinmarketcap.com and bitcoinwisdom API, but I didn't find any solution for this task. Can anybody help me? Thanks.