Anyone here using coinimp and have the same problem with me? Have you fixed it? can you help me?
So I am trying to test the POST of the user/withdraw, I followed the documentation of it at https://www.coinimp.com/documentation/http-api#user-withdraw which is clearly stated the parameters is site-key, user and amount. I already told them(to the support) that the API is not working..
My account currently have a total of 1 330 827
I tried to POST via https://reqbin.com and https://web.postman.co and giving me the same error which is the:
{
"message": "Invalid parameters.",
"status": "failure"
}
My API request is (POST + API KEY AND ID HEADER):
https://www.coinimp.com/api/v2/user/withdraw?site-key={sitekey}&user={user_id}&amount={hash amount}