it-blockchainglobal / acx

ACX.io Rest API & WebSocket Utilities Package

Home Page:https://it-blockchainglobal.github.io/acx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when placing an order Unhandled rejection [object Object]

JoshuaBatty opened this issue · comments

Hi, I am able to get information about my account but when I try and place an order as below i'm getting the following error.

acx.placeOrder({ market: 'audbtc', side: 'sell', price: 9495.04, volume: 0.0003 });

Unhandled rejection [object Object]

Can you confirm if i'm doing something incorrect? Thanks.