You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
Whenever I call get_marketsummary(market) I do not get the requested market summary returned. Instead I get a completely random market summary.
What gets returned is a random market summary such as:
{'success': True, 'message': '', 'result': {'MarketName': 'BTC-2GIVE', 'High': 8.4e-07, 'Low': 6.5e-07, 'Volume': 22415588.14212696, 'Last': 7.8e-07, 'BaseVolume': 16.67671564, 'TimeStamp': '2017-12-17T07:08:27.897', 'Bid': 7.8e-07, 'Ask': 8e-07, 'OpenBuyOrders': 298, 'OpenSellOrders': 1491, 'PrevDay': 7e-07, 'Created': '2016-05-16T06:44:15.287'}}