binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

:chart: A complete and heavily tested wrapper with typings for the Binance API.

Results 91 binance-api-node issues
Sort by recently updated
recently updated
newest added

The bookTicker function/method is missing from the WebSocket interface in the d.ts file, while it is implemented on the JS side.

I've tested it and it is working great, just need to replace `asset` with `coin`.

How to i get a new depositAddress if I need it ?

I'm using binance-api-node in an Angular 17 application with Node 21 and I can't seem to use the API. I'm getting the error "There was an error! TypeError: _crypto.default.createHmac is...

I am writing a trading bot, but faced with such a problem that my stoploss and takeprofit by binance itself for the reason: "Expired", no time limits I do not...

Related APIs:https://binance-docs.github.io/apidocs/spot/en/#copy-trading-endpoints Related Codes: - https://github.com/ViewBlock/binance-api-node/blob/6d27134ad8bcfa77ab9eef85b8daa644711d00b5/src/http-client.js#L126 - https://github.com/ViewBlock/binance-api-node/blob/6d27134ad8bcfa77ab9eef85b8daa644711d00b5/src/http-client.js#L199

client.ws.candles(symbol, interval, candle => { console.log('candle--', candle) }); this error: node:events:495 throw er; // Unhandled 'error' event Error: WebSocket was closed before the connection was established Emitted 'error' event on...

I can't find any delivery APIs in the latest version (0.12.9). For example, deliveryExchangeInfo does not exist in the code. How can I use delivery APIs? Thanks

1) missing NOTIONAL filter on SPOT (exchangeInfo) The structure of NOTIONAL refer to https://developers.binance.com/docs/binance-spot-api-docs/filters#notional Look like this `{ "filterType": "NOTIONAL", "minNotional": "10.00000000", "applyMinToMarket": false, "maxNotional": "10000.00000000", "applyMaxToMarket": false, "avgPriceMins": 5...