-
Notifications
You must be signed in to change notification settings - Fork 102
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
Problem with parameters, malformed request #46
Comments
One problem solved, poolId is something else than pool name. Anyway, I have other problem:
"marketFactor":"1000000000000000.00000000" That marketFactor works in order opdate... |
i think error could also refer to price factor that should be something like
|
Unfortunately same error... (tried to change limit to 100 too..) {"market":"EU","algorithm":"SHA256ASICBOOST","amount":"0.011","poolId":"125c3400-e602-4ae1-953c-402298533158","type":"STANDARD","marketFactor":"1000000000000.00000000","displayMarketFactor":"TH","limit":"0.1","price":"0.0053","displayPriceFactor":"BTC","priceFactor":"1000000000000.00000000"}' |
params should be something like that
see params for algos here: https://api2.nicehash.com/main/api/v2/mining/algorithms |
Hello, some time ago you have sucessfuly resolved my problem with malformed request for order change - you hepled to set correct parameters syntax.
Now I want to POST order create, but I am getting Malformed request again. The syntax should be correct, I used it from previsous working order update. I think the problem can be displayPriceFactor and priceFactor, because NiceHash documentation is extremely vague. Can you help please?
The text was updated successfully, but these errors were encountered: