You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: The guide starts with public calls, then moves into private account streams, trading commands, environments, proxy configuration, reconnects, and the checks you need before production.
@@ -248,7 +248,7 @@ Most of that work is handled for you, while the grouping & naming stays close to
248
248
<!-- siebly:section id="install-and-api-keys" -->
249
249
## Install and API keys
250
250
251
-
If you do not have Node.js installed yet, install it first. The SDK is published to both [GitHub](https://github.com/tiagosiebler/binance) and [npm](https://www.npmjs.com/package/binance), and can therefore be installed with your favourite Node.js compatible package manager.
251
+
If you do not have Node.js installed yet, install it first. The SDK is published to both [GitHub](https://github.com/sieblyio/binance) and [npm](https://www.npmjs.com/package/binance), and can therefore be installed with your favourite Node.js compatible package manager.
252
252
253
253
Install the SDK with npm:
254
254
@@ -1317,7 +1317,7 @@ For margin, the SDK handles the listen-token workflow used by Binance's margin W
1317
1317
1318
1318
### Futures user data streams with `WebsocketClient`
1319
1319
1320
-
Futures user data streams are conveniently available through `WebsocketClient` in the [Binance JavaScript SDK](/sdk/binance/javascript). Both USD-M and COIN-M Futures user data streams on Binance follow a listenKey mechanic. The SDK automates the life cycle and maintenance of this listenKey for you. Request the subscription and handle incoming events, as shown in the following example:
1320
+
Futures user data streams are conveniently available through `WebsocketClient` in the [Binance JavaScript SDK](https://siebly.io/sdk/binance/javascript). Both USD-M and COIN-M Futures user data streams on Binance follow a listenKey mechanic. The SDK automates the life cycle and maintenance of this listenKey for you. Request the subscription and handle incoming events, as shown in the following example:
1321
1321
1322
1322
```typescript
1323
1323
import { WebsocketClient } from'binance';
@@ -1924,7 +1924,7 @@ No. This guide covers the common first steps and production concerns. For full m
0 commit comments