node-binance-api
node-binance-api copied to clipboard
Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
{"code":-1102,"msg":"Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!"}
…a (a.k.a trailing stop loss)
Adding trailing delta + examples here: https://github.com/jaggedsoft/node-binance-api/pull/848 Please consider merge the changes.
node-binance-api.d.ts:1503:9 - error TS7010: 'deliveryTerminate', which lacks return-type annotation
Hello, There is return-type forgotten which breaks the CI: ``` node_modules/node-binance-api/node-binance-api.d.ts:1503:9 - error TS7010: 'deliveryTerminate', which lacks return-type annotation, implicitly has an 'any' return type. ``` I will send a...
Hi When I tries use Binance type like this: ``` import Binance from 'node-binance-api'; new Binance() ``` I get this error: ``` TypeError: node_binance_api_1.default is not a constructor ``` I...
Resolves [#705](https://github.com/jaggedsoft/node-binance-api/issues/705)
Hi all, After struggling a lot, I found out the issue is on versions 0.13.0 and 0.13.1, executionReport is not fired up when placing a new order, not sure if...
Is there a method to retrieve all available cross / isolated margin tradeable pairs?
Whenever I try to call any API I get this error `TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.family' must be one of: 0, 4, 6. Received false ` ``` 2022-04-26T16:02:13.318271+00:00 app[web.1]: at...
Hi!, I want to know if this library has any plan to implement [[POST] /api/v3/order/cancelReplace](https://binance-docs.github.io/apidocs/spot/en/#cancel-an-existing-order-and-send-a-new-order-trade) endpoint?