Skip to content

How to get balances, orderbook and open orders asynchronously? #9752

@TomaszLakota

Description

@TomaszLakota

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions