npm-kraken-api
npm-kraken-api copied to clipboard
ReferenceError: buy is not defined
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.
You must enclose the word "buy" in quotes like "market", it is a syntax error.