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

Binance RestClient: Error "You are not authorized to execute this request." when calling ConvertQuoteRequestAsync #1343

Open
jaggyma opened this issue Feb 17, 2024 · 0 comments

Comments

@jaggyma
Copy link

jaggyma commented Feb 17, 2024

Bug
I am using the BinanceRestClient. The SpotApi.Trading.PlaceOrderAsync works well but when using SpotApi.Trading.ConvertQuoteRequestAsync I get the Error "-1002: You are not authorized to execute this request." even though all permissions are set in the API.

To Reproduce
Call SpotApi.Trading.ConvertQuoteRequestAsync("Symbol1", "Symbol2", 0.01m, null, WalletType.Spot, null, null, default)

Expected behavior
Get a successful result.

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

1 participant