Skip to content

Websocket - Binance Websocket.chart is not working 2024 #903

@jhonyjss

Description

@jhonyjss

`
const binance = new Binance().options({
APIKEY: apiKey,
APISECRET: apiSecret,
useServerTime: true
});

binance.websockets.chart(
"BTCUSDT",
"1m",
(symbol, interval, chart) => {
console.info(chart);
}
);`

  • For some reason that I don;t know this is not working as before:

result: {}

Can you please check what's wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions