Hello,
is it possible to get balances, orderbook and open orders asynchronously (or send multiple create_order requests) to reduce time it takes to fetch data from exchange?
Something similar to example, but with exchange instance create like this:
ccxt.ftx({
'apiKey': 'somekey',
'secret': 'somekey',
'headers': {'FTX-SUBACCOUNT': 'somename'},
'quoteJsonNumbers': False
})
- OS: Windows
- Programming Language version: Python 3.8.6
- CCXT version: latest