gruelbox / orko

Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.
GNU Affero General Public License v3.0
179 stars 63 forks source link

[binance] Shorten Binance poll times as much as possible #154

Open badgerwithagun opened 5 years ago

badgerwithagun commented 5 years ago

Use the rate limits and weights in the Binance API: https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md

badgerwithagun commented 5 years ago

Also make better use of execution reports. These report any changes; really we should only have to re-sync on websocket reconnects.

badgerwithagun commented 4 years ago

Support on the way in XChange itself hopefully https://github.com/knowm/XChange/pull/3231