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
Copy file name to clipboardExpand all lines: README.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Updated & performant JavaScript & Node.js SDK for the Binance REST APIs and WebS
69
69
-[REST Main Client](#rest-main-client)
70
70
-[REST USD-M Futures](#rest-usd-m-futures)
71
71
-[REST COIN-M Futures](#rest-coin-m-futures)
72
+
-[REST Portfolio Margin](#rest-portfolio-margin)
72
73
-[WebSockets](#websockets)
73
74
-[WebSocket Consumers](#websocket-consumers)
74
75
-[WebSocket API](#websocket-api)
@@ -306,6 +307,52 @@ client
306
307
307
308
See [coinm-client.ts](./src/coinm-client.ts) for further information.
308
309
310
+
### REST Portfolio Margin
311
+
312
+
Start by importing the Portfolio client. API credentials are optional, though an error is thrown when attempting any private API calls without credentials.
See [websocket-client.ts](./src/websocket-client.ts) for further information. Also see [ws-userdata.ts](./examples/ws-userdata.ts) for user data examples.
0 commit comments