Skip to content

ReferenceError: buy is not defined #60

Open
@marccasco

Description

@marccasco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions