npm-kraken-api icon indicating copy to clipboard operation
npm-kraken-api copied to clipboard

ReferenceError: buy is not defined

Open marccasco opened this issue 6 years ago • 1 comments

Good morning,

I am trying to make purchases but they do not work, and they return error, why?

Code: var buy1 = await kraken.api('OpenOrders', { pair : 'XETHXXBT', type : buy, ordertype: market, volume: 0.10 }); console.log(buy1);

Error: UnhandledPromiseRejectionWarning: ReferenceError: buy is not defined

Thank you very much, greetings.

marccasco avatar Jul 17 '18 07:07 marccasco

You must enclose the word "buy" in quotes like "market", it is a syntax error.

kattatzu avatar Jul 25 '19 04:07 kattatzu