binance-api-node
binance-api-node copied to clipboard
:chart: A complete and heavily tested wrapper with typings for the Binance API.
There's no option you can set to withdraw to a specific network! `console.log( await client.withdraw({ asset: 'ETH', address: '0xfa97c22a03d8522988c709c24283c0918a59c795', amount: 100, }), )`
When the websocket disconnects - the user should have the ability to act upon this if desired as there could be considerable time before a reconnection occurs. Allow `onclose` event...
Can we Buy and sell futures with this library? or any recommendation?
While trying to withdraw funds from Binance, I am facing "Verification Failed" error. I've already enable withdraw function on API and have whitelisted my IP address. What could be the...
Vulnerability High: node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor Package node-fetch Patched in >=2.6.7 Dependency of binance-api-node Path binance-api-node > isomorphic-fetch > node-fetch More info...
Currently the following code ``` const clean = await _client.ws.user(async (msg) => { console.log(msg); }); ``` gives two sets of json which is invalid and cannot be parsed. I just...
How to create and close Future order @luzianscherrer, @balthazar , @dave-fl
Hello, Is there a way to check the WebSocket is currently connected or can we get the current state of the WebSocket? In my project, the sale depends on the...
Is there an option to disconnect the `client` from all open WebSocket connections? I couldn't find such function in the `WebSocket` interface: https://github.com/Ashlar/binance-api-node/blob/0.11.30/index.d.ts#L625
By installing the package I get the vulnerabilities found warning message from NPM. These seems not to be fixable by a simple `npm audit fix`, which returns: ``` # npm...