w1ld3r / crypto-signal

The #1 Automated Technical Analysis (TA) & Algo. Trading tool for Coinbase, Bittrex, Binance, and more! (Track over 500+ coins)
http://cryptosignal.dev
MIT License
76 stars 37 forks source link

Doubt about weight of the Binance Api request #38

Closed Majenunez closed 3 years ago

Majenunez commented 3 years ago

Hi, I would like to know if you would be so kind to clarify this doubt regarding the weight of the request to the Binance Api.

In my case I analyze 240 USDT pairs (almost all Spot market) for 4 minutes. 60 pairs per minute. I do it in the following way:

Each worker analyze 20 pairs every 20 seconds and then sleep for 250 seconds.

I understand that the maximum weight per request is 40 for all symbols, but in your case I do not know what is the unit weight per request.

For the case of the setup I am using, what would be the weight of each request to the Binance Api? More specifically what would be the weight of the request per minute?