It's not possible to get the order book from the Market class.
lib\site-packages\bitshares\price.py", line 484, in __init__
super(Order, self).__init__(*args, blockchain_instance=self.blockchain, **kwargs)
TypeError: __init__() got multiple values for keyword argument ``'blockchain_instance'
from bitshares.market import Market
market = Market('USD:BTS')
print(market.orderbook())
It's not possible to get the order book from the Market class.
Error message:
Code: