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

BinanceAccountService assumes futures account when not using sandbox #4741

Open
tdiesler opened this issue Jul 13, 2023 · 1 comment
Open

Comments

@tdiesler
Copy link
Contributor

BinanceAccountService:97

      if(exchange.usingSandbox()){
        ...
      } else {
        BinanceFutureAccountInformation futureAccountInformation = futuresAccount();
        ...
      }
@enrand22
Copy link

enrand22 commented Sep 8, 2023

This was fixed here:
021e4fb

And is in develop branch.

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