@binance/margin-trading 12.0.2 → 12.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +6 -9
- package/dist/index.d.ts +6 -9
- package/dist/index.js +5 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { BadRequestError, ConfigurationRestAPI, ConfigurationWebsocketStreams, C
|
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
5
|
var name = "@binance/margin-trading";
|
|
6
|
-
var version = "12.0.
|
|
6
|
+
var version = "12.0.3";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/rest-api/modules/account-api.ts
|
|
@@ -1790,15 +1790,14 @@ var TradeApi = class {
|
|
|
1790
1790
|
this.localVarAxiosParamCreator = TradeApiAxiosParamCreator(configuration);
|
|
1791
1791
|
}
|
|
1792
1792
|
/**
|
|
1793
|
-
* - Binance Margin offers low-latency trading through a [special key](https://www.binance.com/en/support/faq/frequently-asked-questions-on-margin-special-api-key-3208663e900d4d2e9fec4140e1832f4e), available exclusively to users with VIP level
|
|
1794
|
-
* - If you are VIP level
|
|
1793
|
+
* - Binance Margin offers low-latency trading through a [special key](https://www.binance.com/en/support/faq/frequently-asked-questions-on-margin-special-api-key-3208663e900d4d2e9fec4140e1832f4e), available exclusively to users with VIP level 7 or higher.
|
|
1794
|
+
* - If you are VIP level 6 or below, please contact your VIP manager for eligibility criterias.
|
|
1795
1795
|
*
|
|
1796
1796
|
**Supported Products:**
|
|
1797
1797
|
*
|
|
1798
1798
|
* - Cross Margin
|
|
1799
1799
|
* - Isolated Margin
|
|
1800
1800
|
* - Portfolio Margin Pro
|
|
1801
|
-
* - Cross Margin Pro (Additional agreement required and subject to meeting eligibility criteria)
|
|
1802
1801
|
*
|
|
1803
1802
|
**Unsupported Products:**
|
|
1804
1803
|
*
|
|
@@ -3003,15 +3002,14 @@ var RestAPI = class {
|
|
|
3003
3002
|
return this.riskDataStreamApi.startUserDataStream();
|
|
3004
3003
|
}
|
|
3005
3004
|
/**
|
|
3006
|
-
* - Binance Margin offers low-latency trading through a [special key](https://www.binance.com/en/support/faq/frequently-asked-questions-on-margin-special-api-key-3208663e900d4d2e9fec4140e1832f4e), available exclusively to users with VIP level
|
|
3007
|
-
* - If you are VIP level
|
|
3005
|
+
* - Binance Margin offers low-latency trading through a [special key](https://www.binance.com/en/support/faq/frequently-asked-questions-on-margin-special-api-key-3208663e900d4d2e9fec4140e1832f4e), available exclusively to users with VIP level 7 or higher.
|
|
3006
|
+
* - If you are VIP level 6 or below, please contact your VIP manager for eligibility criterias.
|
|
3008
3007
|
*
|
|
3009
3008
|
**Supported Products:**
|
|
3010
3009
|
*
|
|
3011
3010
|
* - Cross Margin
|
|
3012
3011
|
* - Isolated Margin
|
|
3013
3012
|
* - Portfolio Margin Pro
|
|
3014
|
-
* - Cross Margin Pro (Additional agreement required and subject to meeting eligibility criteria)
|
|
3015
3013
|
*
|
|
3016
3014
|
**Unsupported Products:**
|
|
3017
3015
|
*
|