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

Malformed requests are sent to the server. Please review the request object/string #175

Open
askycat opened this issue Sep 23, 2020 · 1 comment

Comments

@askycat
Copy link

askycat commented Sep 23, 2020

Issue Overview

A short description of the issue

Package Version: ?.?.?

Repro Steps

  • Your steps here...
Other Information

Other information here

@stevep-hyuna
Copy link

Look in the exception that's thrown. You are probably passing invalid quantities or prices. You need to look at the exchangeinfo and ensure you don't use units too small or big in your requests (i.e. 0.0001 might be valid but 0.00000001 might not). Noting this for future users.

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