if self.blockchain.rpc.get_use_appbase():
            orders = self.blockchain.rpc.get_recent_trades({'limit': limit}, api="market_history")['trades']
        else:
            orders = self.blockchain.rpc.get_recent_trades(limit, api="market_history")