python-bittrex icon indicating copy to clipboard operation
python-bittrex copied to clipboard

Help Getting market history between two dates

Open Metaphor31 opened this issue 7 years ago • 0 comments

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})

Metaphor31 avatar Sep 13 '17 10:09 Metaphor31