Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Maximum number of slaves #40

Closed
alexandrebouttier opened this issue Dec 20, 2020 · 1 comment
Closed

Question: Maximum number of slaves #40

alexandrebouttier opened this issue Dec 20, 2020 · 1 comment

Comments

@alexandrebouttier
Copy link
Contributor

Hello, I have a quick question, what is the number of slaves possible on the same master, how does it manage this in relation to the binance restrictions? Thank you for your work by the way

@mokolotron
Copy link
Contributor

Hello. There are no restrictions directly in the program, so the number of subordinates can be quite large.
But care must be taken to ensure that the request rate is not exceeded in accordance with the exchange restrictions.

  • The program uses web sockets to receive information about the order and update the balance.
  • But to send an order, the program uses a rest request.
  • And another rest request is sent when a market order is received, to get the current price of the symbol.

You can check the binance API frequency limit at the link: https://binance-docs.github.io/apidocs/spot/en/#limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants