binance-api-node
binance-api-node copied to clipboard
:chart: A complete and heavily tested wrapper with typings for the Binance API.
`binanceClient.futuresGetOrder` is not returning the right id Some orders have big integer as id like `4676302302390926857` for HNTUSDT When executing ``` const order = await binanceClient.futuresGetOrder({ symbol:"HNTUSDT", orderId: 4676302302390926857, });...
Hi, thank you for this work. It is not clear if the websocket will reconnect in case the connection to the server drops, and if all listeners will still receive...
property name typo (notional -> minNotional)
There was an issue when we create both STOP_MARKET and TAKE_PROFIT_MARKET for an opened position. When one is trigerred, second order is still active. GTE_GTC allow orders to be removed...
The return json string looks like below when I call to console.log(await client.accountInfo()); [Object: null prototype] { makerCommission: 10, takerCommission: 10, buyerCommission: 0, sellerCommission: 0, canTrade: true, canWithdraw: true, canDeposit:...
Hello everyone I can't use the Binance module in react. The goal is to retrieve the data of an account but when I import the module here is my error...
``` import Binance, { Binance as BinanceClient } from 'binance-api-node'; export class BinanceService { private readonly client: BinanceClient; private readonly markets: string[]; constructor(apiKey: string, apiSecret: string) { this.client = Binance({...
Hi, i want to convert solana to arweave, in binance app i do it using convert option. How do i do it using api? i checked the api and can’t...
Hello, how are you? First of all, I wanted to thank you for having made this library, it turned out great! Regarding the "issue", a few months ago I have...
Hi! It's been several times now, that I had to struggle with the fact that what I read on the Readme documentation of the library does not always reflect as...