MohammedRashad / Crypto-Copy-Trader

A copy trading tool for cryptocurrencies - Binance Exchange
Apache License 2.0
197 stars 84 forks source link

Why is this using asyncio #73

Open bitcoin4cashqc opened 1 year ago

bitcoin4cashqc commented 1 year ago

It take 25 seconds to fetch orders from 100 API keys, is that normal?

Isn't supposed take barely seconds to send a request and we wait for the return when it come using a callback?

bitcoin4cashqc commented 1 year ago

Because binance api used is not async.