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

when trying to get OCO order o got the title erro. `exchange.getOrderOco ({ listClientOrderId: orderId, symbol: symbol, useServerTime: true })`

Hi, I have a problem with WebSocket ` client.ws.futuresUser((event) => { console.log(event) }) ` I have Hedge mode enabled, and my sockets do not trigger events to change at least...

In this PR I added a `fetchClient` option so that we can override the `fetch` and use some other options like respecting the rate limit and such. Best Wishes

fix by https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_data it is works!

There is no way to subscribe to isolated margin user data stream. Please provide a function

Looking for the getFiatDeposoit history methods but can't seem them Is this going to be added in the future? Talking about these APIs /sapi/v1/fiat/payments and /sapi/v1/fiat/orders

Here is how to reproduce the error. I'm getting response Error: Not all sent parameters were read; read '6' parameter(s) but was sent '7'. ``` const openTrailingStopResponse = await client.orderTest(...

Up until today, the Binance public read-only data API has been available for all to use and access. But now, any device not connected to a VPN / proxy server...

Hi, I am using version 0.11.40. In my code, I tried [https://github.com/ViewBlock/binance-api-node/issues/470](https://github.com/ViewBlock/binance-api-node/issues/470) if(clean) clean(); Even after I cleaned the subscription, the clean still return true. Exclude the initial value of...

#599 Added an additional property `symbols` instead of amending the existing `symbol` as both are used in the API ([doc](https://binance-docs.github.io/apidocs/spot/en/#symbol-price-ticker)).