-
Notifications
You must be signed in to change notification settings - Fork 31
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
ResponseError: Please enter a stake amount that's at least 0.00400000. #19
Comments
ResponseError: Contract's stake amount is more than the maximum purchase price. |
@boo24u We have updated API. Could you please try again? |
i got the same issue for putting 0.35 as my amount. #31 PR should fix the issue. Currently fixed it locally. Do the change locally and see. Worked for me. |
what do you mean by fixing it locally? @PasinduDineth |
I'm using Ubuntu, so I searched for the library installed location and edited the files indicated in the above PR. So find the location and fix the code. Hope this helps. |
Thank you I was able to solve the issue much appreciated. @PasinduDineth |
await api.proposal({"proposal": 1, "amount": 0.01, "basis": "stake", "contract_type": "CALLE",
"currency": "LTC", "duration": 5, "duration_unit": "t", "symbol": "1HZ10V"})
this code stucks at ResponseError: Please enter a stake amount that's at least 0.00400000.
The text was updated successfully, but these errors were encountered: