Coac / bithumb.js

Bithumb exchange api wrapper
MIT License
18 stars 5 forks source link

Place Order not working #2

Open otisscott opened 6 years ago

otisscott commented 6 years ago

I am trying to place an order to buy XRP with ETH using the API and it works on my end but the trade is not going through on the exchange. Any ideas why this may be happening?

Coac commented 6 years ago

Do you have an error message? What does the method placeOrder return ?

otisscott commented 6 years ago

It is returning a status 5500.

console.log(await bithumb.placeOrder('XRP', 'ETH', quantity, koreanETHSellRaw, "bid"));

where quantity is my current balance minus $1, and the koreanETHSellRaw is the price of XRP in terms of ethereum