python-bittrex
python-bittrex copied to clipboard
Help Getting market history between two dates
Hi,
Please,
How can I use : getmarkethistory to get history prices for many pairs between two dates ?
Thanks
def getmarkethistory(self, market, count=20): return self.query('getmarkethistory', {'market': market, 'count': count})