Error on buy contract in v3

Hi,
Anyone can help, I am using v3 websocket version. When i send request buy it is showing error.. Authorization required. I am sending below request..
ws.send(JSON.stringify({"authorize": apitokenid}));
ws.send(JSON.stringify({"buy":id,"price":ask_price}));

Best Answers

Sign In or Register to comment.