Metaphor31
Results
1
issues of
Metaphor31
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})