@binance/margin-trading 10.1.2 → 12.0.0
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 +343 -33
- package/dist/index.d.ts +343 -33
- package/dist/index.js +134 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +134 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -911,6 +911,80 @@ interface GetListScheduleResponseInner {
|
|
|
911
911
|
*/
|
|
912
912
|
interface GetListScheduleResponse extends Array<GetListScheduleResponseInner> {}
|
|
913
913
|
//#endregion
|
|
914
|
+
//#region src/rest-api/types/get-margin-asset-risk-based-liquidation-ratio-response-inner.d.ts
|
|
915
|
+
/**
|
|
916
|
+
* Binance Margin Trading REST API
|
|
917
|
+
*
|
|
918
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
919
|
+
*
|
|
920
|
+
* The version of the OpenAPI document: 1.0.0
|
|
921
|
+
*
|
|
922
|
+
*
|
|
923
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
924
|
+
* https://openapi-generator.tech
|
|
925
|
+
* Do not edit the class manually.
|
|
926
|
+
*/
|
|
927
|
+
/**
|
|
928
|
+
*
|
|
929
|
+
* @export
|
|
930
|
+
* @interface GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
931
|
+
*/
|
|
932
|
+
interface GetMarginAssetRiskBasedLiquidationRatioResponseInner {
|
|
933
|
+
/**
|
|
934
|
+
*
|
|
935
|
+
* @type {string}
|
|
936
|
+
* @memberof GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
937
|
+
*/
|
|
938
|
+
asset?: string;
|
|
939
|
+
/**
|
|
940
|
+
*
|
|
941
|
+
* @type {string}
|
|
942
|
+
* @memberof GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
943
|
+
*/
|
|
944
|
+
riskBasedLiquidationRatio?: string;
|
|
945
|
+
}
|
|
946
|
+
//#endregion
|
|
947
|
+
//#region src/rest-api/types/get-margin-asset-risk-based-liquidation-ratio-response.d.ts
|
|
948
|
+
/**
|
|
949
|
+
*
|
|
950
|
+
* @export
|
|
951
|
+
* @interface GetMarginAssetRiskBasedLiquidationRatioResponse
|
|
952
|
+
*/
|
|
953
|
+
interface GetMarginAssetRiskBasedLiquidationRatioResponse extends Array<GetMarginAssetRiskBasedLiquidationRatioResponseInner> {}
|
|
954
|
+
//#endregion
|
|
955
|
+
//#region src/rest-api/types/get-margin-restricted-assets-response.d.ts
|
|
956
|
+
/**
|
|
957
|
+
* Binance Margin Trading REST API
|
|
958
|
+
*
|
|
959
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
960
|
+
*
|
|
961
|
+
* The version of the OpenAPI document: 1.0.0
|
|
962
|
+
*
|
|
963
|
+
*
|
|
964
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
965
|
+
* https://openapi-generator.tech
|
|
966
|
+
* Do not edit the class manually.
|
|
967
|
+
*/
|
|
968
|
+
/**
|
|
969
|
+
*
|
|
970
|
+
* @export
|
|
971
|
+
* @interface GetMarginRestrictedAssetsResponse
|
|
972
|
+
*/
|
|
973
|
+
interface GetMarginRestrictedAssetsResponse {
|
|
974
|
+
/**
|
|
975
|
+
*
|
|
976
|
+
* @type {Array<string>}
|
|
977
|
+
* @memberof GetMarginRestrictedAssetsResponse
|
|
978
|
+
*/
|
|
979
|
+
openLongRestrictedAsset?: Array<string>;
|
|
980
|
+
/**
|
|
981
|
+
*
|
|
982
|
+
* @type {Array<string>}
|
|
983
|
+
* @memberof GetMarginRestrictedAssetsResponse
|
|
984
|
+
*/
|
|
985
|
+
maxCollateralExceededAsset?: Array<string>;
|
|
986
|
+
}
|
|
987
|
+
//#endregion
|
|
914
988
|
//#region src/rest-api/types/get-small-liability-exchange-coin-list-response-inner.d.ts
|
|
915
989
|
/**
|
|
916
990
|
* Binance Margin Trading REST API
|
|
@@ -4650,6 +4724,95 @@ interface QueryMaxTransferOutAmountResponse {
|
|
|
4650
4724
|
amount?: string;
|
|
4651
4725
|
}
|
|
4652
4726
|
//#endregion
|
|
4727
|
+
//#region src/rest-api/types/query-prevented-matches-response-inner.d.ts
|
|
4728
|
+
/**
|
|
4729
|
+
* Binance Margin Trading REST API
|
|
4730
|
+
*
|
|
4731
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4732
|
+
*
|
|
4733
|
+
* The version of the OpenAPI document: 1.0.0
|
|
4734
|
+
*
|
|
4735
|
+
*
|
|
4736
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4737
|
+
* https://openapi-generator.tech
|
|
4738
|
+
* Do not edit the class manually.
|
|
4739
|
+
*/
|
|
4740
|
+
/**
|
|
4741
|
+
*
|
|
4742
|
+
* @export
|
|
4743
|
+
* @interface QueryPreventedMatchesResponseInner
|
|
4744
|
+
*/
|
|
4745
|
+
interface QueryPreventedMatchesResponseInner {
|
|
4746
|
+
/**
|
|
4747
|
+
*
|
|
4748
|
+
* @type {string}
|
|
4749
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4750
|
+
*/
|
|
4751
|
+
symbol?: string;
|
|
4752
|
+
/**
|
|
4753
|
+
*
|
|
4754
|
+
* @type {number | bigint}
|
|
4755
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4756
|
+
*/
|
|
4757
|
+
preventedMatchId?: number | bigint;
|
|
4758
|
+
/**
|
|
4759
|
+
*
|
|
4760
|
+
* @type {number | bigint}
|
|
4761
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4762
|
+
*/
|
|
4763
|
+
takerOrderId?: number | bigint;
|
|
4764
|
+
/**
|
|
4765
|
+
*
|
|
4766
|
+
* @type {string}
|
|
4767
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4768
|
+
*/
|
|
4769
|
+
makerSymbol?: string;
|
|
4770
|
+
/**
|
|
4771
|
+
*
|
|
4772
|
+
* @type {number | bigint}
|
|
4773
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4774
|
+
*/
|
|
4775
|
+
makerOrderId?: number | bigint;
|
|
4776
|
+
/**
|
|
4777
|
+
*
|
|
4778
|
+
* @type {number | bigint}
|
|
4779
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4780
|
+
*/
|
|
4781
|
+
tradeGroupId?: number | bigint;
|
|
4782
|
+
/**
|
|
4783
|
+
*
|
|
4784
|
+
* @type {string}
|
|
4785
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4786
|
+
*/
|
|
4787
|
+
selfTradePreventionMode?: string;
|
|
4788
|
+
/**
|
|
4789
|
+
*
|
|
4790
|
+
* @type {string}
|
|
4791
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4792
|
+
*/
|
|
4793
|
+
price?: string;
|
|
4794
|
+
/**
|
|
4795
|
+
*
|
|
4796
|
+
* @type {string}
|
|
4797
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4798
|
+
*/
|
|
4799
|
+
makerPreventedQuantity?: string;
|
|
4800
|
+
/**
|
|
4801
|
+
*
|
|
4802
|
+
* @type {number | bigint}
|
|
4803
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4804
|
+
*/
|
|
4805
|
+
transactTime?: number | bigint;
|
|
4806
|
+
}
|
|
4807
|
+
//#endregion
|
|
4808
|
+
//#region src/rest-api/types/query-prevented-matches-response.d.ts
|
|
4809
|
+
/**
|
|
4810
|
+
*
|
|
4811
|
+
* @export
|
|
4812
|
+
* @interface QueryPreventedMatchesResponse
|
|
4813
|
+
*/
|
|
4814
|
+
interface QueryPreventedMatchesResponse extends Array<QueryPreventedMatchesResponseInner> {}
|
|
4815
|
+
//#endregion
|
|
4653
4816
|
//#region src/rest-api/types/query-special-key-list-response-inner.d.ts
|
|
4654
4817
|
/**
|
|
4655
4818
|
* Binance Margin Trading REST API
|
|
@@ -5028,7 +5191,7 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5028
5191
|
*/
|
|
5029
5192
|
readonly type?: string;
|
|
5030
5193
|
/**
|
|
5031
|
-
*
|
|
5194
|
+
* Only supports querying data from the past 90 days.
|
|
5032
5195
|
* @type {number | bigint}
|
|
5033
5196
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5034
5197
|
*/
|
|
@@ -5040,13 +5203,13 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5040
5203
|
*/
|
|
5041
5204
|
readonly endTime?: number | bigint;
|
|
5042
5205
|
/**
|
|
5043
|
-
*
|
|
5206
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
5044
5207
|
* @type {number | bigint}
|
|
5045
5208
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5046
5209
|
*/
|
|
5047
5210
|
readonly fromId?: number | bigint;
|
|
5048
5211
|
/**
|
|
5049
|
-
* Default
|
|
5212
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
5050
5213
|
* @type {number | bigint}
|
|
5051
5214
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5052
5215
|
*/
|
|
@@ -5443,7 +5606,7 @@ interface GetInterestHistoryRequest {
|
|
|
5443
5606
|
*/
|
|
5444
5607
|
readonly isolatedSymbol?: string;
|
|
5445
5608
|
/**
|
|
5446
|
-
*
|
|
5609
|
+
* Only supports querying data from the past 90 days.
|
|
5447
5610
|
* @type {number | bigint}
|
|
5448
5611
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
5449
5612
|
*/
|
|
@@ -5545,7 +5708,7 @@ interface QueryBorrowRepayRecordsInMarginAccountRequest {
|
|
|
5545
5708
|
*/
|
|
5546
5709
|
readonly txId?: number | bigint;
|
|
5547
5710
|
/**
|
|
5548
|
-
*
|
|
5711
|
+
* Only supports querying data from the past 90 days.
|
|
5549
5712
|
* @type {number | bigint}
|
|
5550
5713
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
5551
5714
|
*/
|
|
@@ -5593,7 +5756,7 @@ interface QueryMarginInterestRateHistoryRequest {
|
|
|
5593
5756
|
*/
|
|
5594
5757
|
readonly vipLevel?: number | bigint;
|
|
5595
5758
|
/**
|
|
5596
|
-
*
|
|
5759
|
+
* Only supports querying data from the past 90 days.
|
|
5597
5760
|
* @type {number | bigint}
|
|
5598
5761
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
5599
5762
|
*/
|
|
@@ -5837,6 +6000,28 @@ interface MarketDataApiInterface {
|
|
|
5837
6000
|
* @memberof MarketDataApiInterface
|
|
5838
6001
|
*/
|
|
5839
6002
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
6003
|
+
/**
|
|
6004
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
6005
|
+
*
|
|
6006
|
+
* Weight: 1
|
|
6007
|
+
*
|
|
6008
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
6009
|
+
*
|
|
6010
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6011
|
+
* @memberof MarketDataApiInterface
|
|
6012
|
+
*/
|
|
6013
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
6014
|
+
/**
|
|
6015
|
+
* Get Margin Restricted Assets
|
|
6016
|
+
*
|
|
6017
|
+
* Weight: 1
|
|
6018
|
+
*
|
|
6019
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
6020
|
+
*
|
|
6021
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6022
|
+
* @memberof MarketDataApiInterface
|
|
6023
|
+
*/
|
|
6024
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
5840
6025
|
/**
|
|
5841
6026
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
5842
6027
|
*
|
|
@@ -6101,6 +6286,30 @@ declare class MarketDataApi implements MarketDataApiInterface {
|
|
|
6101
6286
|
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-list-Schedule Binance API Documentation}
|
|
6102
6287
|
*/
|
|
6103
6288
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
6289
|
+
/**
|
|
6290
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
6291
|
+
*
|
|
6292
|
+
* Weight: 1
|
|
6293
|
+
*
|
|
6294
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
6295
|
+
* @returns {Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>}
|
|
6296
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6297
|
+
* @memberof MarketDataApi
|
|
6298
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Asset-Risk-Based-Liquidation-Ratio Binance API Documentation}
|
|
6299
|
+
*/
|
|
6300
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
6301
|
+
/**
|
|
6302
|
+
* Get Margin Restricted Assets
|
|
6303
|
+
*
|
|
6304
|
+
* Weight: 1
|
|
6305
|
+
*
|
|
6306
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
6307
|
+
* @returns {Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>}
|
|
6308
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6309
|
+
* @memberof MarketDataApi
|
|
6310
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Restricted-Assets Binance API Documentation}
|
|
6311
|
+
*/
|
|
6312
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
6104
6313
|
/**
|
|
6105
6314
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
6106
6315
|
*
|
|
@@ -6598,6 +6807,17 @@ interface TradeApiInterface {
|
|
|
6598
6807
|
* @memberof TradeApiInterface
|
|
6599
6808
|
*/
|
|
6600
6809
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
6810
|
+
/**
|
|
6811
|
+
*
|
|
6812
|
+
* Weight: 10(IP)
|
|
6813
|
+
*
|
|
6814
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
6815
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
6816
|
+
*
|
|
6817
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6818
|
+
* @memberof TradeApiInterface
|
|
6819
|
+
*/
|
|
6820
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
6601
6821
|
/**
|
|
6602
6822
|
* Query Special Key Information.
|
|
6603
6823
|
*
|
|
@@ -6737,7 +6957,7 @@ interface EditIpForSpecialKeyRequest {
|
|
|
6737
6957
|
*/
|
|
6738
6958
|
interface GetForceLiquidationRecordRequest {
|
|
6739
6959
|
/**
|
|
6740
|
-
*
|
|
6960
|
+
* Only supports querying data from the past 90 days.
|
|
6741
6961
|
* @type {number | bigint}
|
|
6742
6962
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
6743
6963
|
*/
|
|
@@ -6803,7 +7023,7 @@ interface GetSmallLiabilityExchangeHistoryRequest {
|
|
|
6803
7023
|
*/
|
|
6804
7024
|
readonly size: number | bigint;
|
|
6805
7025
|
/**
|
|
6806
|
-
*
|
|
7026
|
+
* Only supports querying data from the past 90 days.
|
|
6807
7027
|
* @type {number | bigint}
|
|
6808
7028
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
6809
7029
|
*/
|
|
@@ -6833,7 +7053,7 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolRequest {
|
|
|
6833
7053
|
*/
|
|
6834
7054
|
readonly symbol: string;
|
|
6835
7055
|
/**
|
|
6836
|
-
*
|
|
7056
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6837
7057
|
* @type {string}
|
|
6838
7058
|
* @memberof TradeApiMarginAccountCancelAllOpenOrdersOnASymbol
|
|
6839
7059
|
*/
|
|
@@ -6857,7 +7077,7 @@ interface MarginAccountCancelOcoRequest {
|
|
|
6857
7077
|
*/
|
|
6858
7078
|
readonly symbol: string;
|
|
6859
7079
|
/**
|
|
6860
|
-
*
|
|
7080
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6861
7081
|
* @type {string}
|
|
6862
7082
|
* @memberof TradeApiMarginAccountCancelOco
|
|
6863
7083
|
*/
|
|
@@ -6899,7 +7119,7 @@ interface MarginAccountCancelOrderRequest {
|
|
|
6899
7119
|
*/
|
|
6900
7120
|
readonly symbol: string;
|
|
6901
7121
|
/**
|
|
6902
|
-
*
|
|
7122
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6903
7123
|
* @type {string}
|
|
6904
7124
|
* @memberof TradeApiMarginAccountCancelOrder
|
|
6905
7125
|
*/
|
|
@@ -6965,7 +7185,7 @@ interface MarginAccountNewOcoRequest {
|
|
|
6965
7185
|
*/
|
|
6966
7186
|
readonly stopPrice: number;
|
|
6967
7187
|
/**
|
|
6968
|
-
*
|
|
7188
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6969
7189
|
* @type {string}
|
|
6970
7190
|
* @memberof TradeApiMarginAccountNewOco
|
|
6971
7191
|
*/
|
|
@@ -7067,7 +7287,7 @@ interface MarginAccountNewOrderRequest {
|
|
|
7067
7287
|
*/
|
|
7068
7288
|
readonly type: string;
|
|
7069
7289
|
/**
|
|
7070
|
-
*
|
|
7290
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7071
7291
|
* @type {string}
|
|
7072
7292
|
* @memberof TradeApiMarginAccountNewOrder
|
|
7073
7293
|
*/
|
|
@@ -7205,7 +7425,7 @@ interface MarginAccountNewOtoRequest {
|
|
|
7205
7425
|
*/
|
|
7206
7426
|
readonly pendingQuantity: number;
|
|
7207
7427
|
/**
|
|
7208
|
-
*
|
|
7428
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7209
7429
|
* @type {string}
|
|
7210
7430
|
* @memberof TradeApiMarginAccountNewOto
|
|
7211
7431
|
*/
|
|
@@ -7343,7 +7563,7 @@ interface MarginAccountNewOtocoRequest {
|
|
|
7343
7563
|
*/
|
|
7344
7564
|
readonly pendingAboveType: string;
|
|
7345
7565
|
/**
|
|
7346
|
-
*
|
|
7566
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7347
7567
|
* @type {string}
|
|
7348
7568
|
* @memberof TradeApiMarginAccountNewOtoco
|
|
7349
7569
|
*/
|
|
@@ -7505,7 +7725,7 @@ interface MarginManualLiquidationRequest {
|
|
|
7505
7725
|
*/
|
|
7506
7726
|
interface QueryCurrentMarginOrderCountUsageRequest {
|
|
7507
7727
|
/**
|
|
7508
|
-
*
|
|
7728
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7509
7729
|
* @type {string}
|
|
7510
7730
|
* @memberof TradeApiQueryCurrentMarginOrderCountUsage
|
|
7511
7731
|
*/
|
|
@@ -7529,7 +7749,7 @@ interface QueryCurrentMarginOrderCountUsageRequest {
|
|
|
7529
7749
|
*/
|
|
7530
7750
|
interface QueryMarginAccountsAllOcoRequest {
|
|
7531
7751
|
/**
|
|
7532
|
-
*
|
|
7752
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7533
7753
|
* @type {string}
|
|
7534
7754
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7535
7755
|
*/
|
|
@@ -7541,13 +7761,13 @@ interface QueryMarginAccountsAllOcoRequest {
|
|
|
7541
7761
|
*/
|
|
7542
7762
|
readonly symbol?: string;
|
|
7543
7763
|
/**
|
|
7544
|
-
*
|
|
7764
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
7545
7765
|
* @type {number | bigint}
|
|
7546
7766
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7547
7767
|
*/
|
|
7548
7768
|
readonly fromId?: number | bigint;
|
|
7549
7769
|
/**
|
|
7550
|
-
*
|
|
7770
|
+
* Only supports querying data from the past 90 days.
|
|
7551
7771
|
* @type {number | bigint}
|
|
7552
7772
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7553
7773
|
*/
|
|
@@ -7559,7 +7779,7 @@ interface QueryMarginAccountsAllOcoRequest {
|
|
|
7559
7779
|
*/
|
|
7560
7780
|
readonly endTime?: number | bigint;
|
|
7561
7781
|
/**
|
|
7562
|
-
* Default
|
|
7782
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7563
7783
|
* @type {number | bigint}
|
|
7564
7784
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7565
7785
|
*/
|
|
@@ -7583,7 +7803,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7583
7803
|
*/
|
|
7584
7804
|
readonly symbol: string;
|
|
7585
7805
|
/**
|
|
7586
|
-
*
|
|
7806
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7587
7807
|
* @type {string}
|
|
7588
7808
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7589
7809
|
*/
|
|
@@ -7595,7 +7815,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7595
7815
|
*/
|
|
7596
7816
|
readonly orderId?: number | bigint;
|
|
7597
7817
|
/**
|
|
7598
|
-
*
|
|
7818
|
+
* Only supports querying data from the past 90 days.
|
|
7599
7819
|
* @type {number | bigint}
|
|
7600
7820
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7601
7821
|
*/
|
|
@@ -7607,7 +7827,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7607
7827
|
*/
|
|
7608
7828
|
readonly endTime?: number | bigint;
|
|
7609
7829
|
/**
|
|
7610
|
-
* Default
|
|
7830
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7611
7831
|
* @type {number | bigint}
|
|
7612
7832
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7613
7833
|
*/
|
|
@@ -7625,7 +7845,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7625
7845
|
*/
|
|
7626
7846
|
interface QueryMarginAccountsOcoRequest {
|
|
7627
7847
|
/**
|
|
7628
|
-
*
|
|
7848
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7629
7849
|
* @type {string}
|
|
7630
7850
|
* @memberof TradeApiQueryMarginAccountsOco
|
|
7631
7851
|
*/
|
|
@@ -7661,7 +7881,7 @@ interface QueryMarginAccountsOcoRequest {
|
|
|
7661
7881
|
*/
|
|
7662
7882
|
interface QueryMarginAccountsOpenOcoRequest {
|
|
7663
7883
|
/**
|
|
7664
|
-
*
|
|
7884
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7665
7885
|
* @type {string}
|
|
7666
7886
|
* @memberof TradeApiQueryMarginAccountsOpenOco
|
|
7667
7887
|
*/
|
|
@@ -7691,7 +7911,7 @@ interface QueryMarginAccountsOpenOrdersRequest {
|
|
|
7691
7911
|
*/
|
|
7692
7912
|
readonly symbol?: string;
|
|
7693
7913
|
/**
|
|
7694
|
-
*
|
|
7914
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7695
7915
|
* @type {string}
|
|
7696
7916
|
* @memberof TradeApiQueryMarginAccountsOpenOrders
|
|
7697
7917
|
*/
|
|
@@ -7715,7 +7935,7 @@ interface QueryMarginAccountsOrderRequest {
|
|
|
7715
7935
|
*/
|
|
7716
7936
|
readonly symbol: string;
|
|
7717
7937
|
/**
|
|
7718
|
-
*
|
|
7938
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7719
7939
|
* @type {string}
|
|
7720
7940
|
* @memberof TradeApiQueryMarginAccountsOrder
|
|
7721
7941
|
*/
|
|
@@ -7751,7 +7971,7 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7751
7971
|
*/
|
|
7752
7972
|
readonly symbol: string;
|
|
7753
7973
|
/**
|
|
7754
|
-
*
|
|
7974
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7755
7975
|
* @type {string}
|
|
7756
7976
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7757
7977
|
*/
|
|
@@ -7763,7 +7983,7 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7763
7983
|
*/
|
|
7764
7984
|
readonly orderId?: number | bigint;
|
|
7765
7985
|
/**
|
|
7766
|
-
*
|
|
7986
|
+
* Only supports querying data from the past 90 days.
|
|
7767
7987
|
* @type {number | bigint}
|
|
7768
7988
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7769
7989
|
*/
|
|
@@ -7775,13 +7995,13 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7775
7995
|
*/
|
|
7776
7996
|
readonly endTime?: number | bigint;
|
|
7777
7997
|
/**
|
|
7778
|
-
*
|
|
7998
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
7779
7999
|
* @type {number | bigint}
|
|
7780
8000
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7781
8001
|
*/
|
|
7782
8002
|
readonly fromId?: number | bigint;
|
|
7783
8003
|
/**
|
|
7784
|
-
* Default
|
|
8004
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7785
8005
|
* @type {number | bigint}
|
|
7786
8006
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7787
8007
|
*/
|
|
@@ -7793,6 +8013,48 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7793
8013
|
*/
|
|
7794
8014
|
readonly recvWindow?: number | bigint;
|
|
7795
8015
|
}
|
|
8016
|
+
/**
|
|
8017
|
+
* Request parameters for queryPreventedMatches operation in TradeApi.
|
|
8018
|
+
* @interface QueryPreventedMatchesRequest
|
|
8019
|
+
*/
|
|
8020
|
+
interface QueryPreventedMatchesRequest {
|
|
8021
|
+
/**
|
|
8022
|
+
*
|
|
8023
|
+
* @type {string}
|
|
8024
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8025
|
+
*/
|
|
8026
|
+
readonly symbol: string;
|
|
8027
|
+
/**
|
|
8028
|
+
*
|
|
8029
|
+
* @type {number | bigint}
|
|
8030
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8031
|
+
*/
|
|
8032
|
+
readonly preventedMatchId?: number | bigint;
|
|
8033
|
+
/**
|
|
8034
|
+
*
|
|
8035
|
+
* @type {number | bigint}
|
|
8036
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8037
|
+
*/
|
|
8038
|
+
readonly orderId?: number | bigint;
|
|
8039
|
+
/**
|
|
8040
|
+
*
|
|
8041
|
+
* @type {number | bigint}
|
|
8042
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8043
|
+
*/
|
|
8044
|
+
readonly fromPreventedMatchId?: number | bigint;
|
|
8045
|
+
/**
|
|
8046
|
+
* No more than 60000
|
|
8047
|
+
* @type {number | bigint}
|
|
8048
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8049
|
+
*/
|
|
8050
|
+
readonly recvWindow?: number | bigint;
|
|
8051
|
+
/**
|
|
8052
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
8053
|
+
* @type {string}
|
|
8054
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8055
|
+
*/
|
|
8056
|
+
readonly isIsolated?: string;
|
|
8057
|
+
}
|
|
7796
8058
|
/**
|
|
7797
8059
|
* Request parameters for querySpecialKey operation in TradeApi.
|
|
7798
8060
|
* @interface QuerySpecialKeyRequest
|
|
@@ -8215,6 +8477,18 @@ declare class TradeApi implements TradeApiInterface {
|
|
|
8215
8477
|
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Account-Trade-List Binance API Documentation}
|
|
8216
8478
|
*/
|
|
8217
8479
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
8480
|
+
/**
|
|
8481
|
+
*
|
|
8482
|
+
* Weight: 10(IP)
|
|
8483
|
+
*
|
|
8484
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
8485
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
8486
|
+
* @returns {Promise<RestApiResponse<QueryPreventedMatchesResponse>>}
|
|
8487
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
8488
|
+
* @memberof TradeApi
|
|
8489
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Prevented-Matches Binance API Documentation}
|
|
8490
|
+
*/
|
|
8491
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
8218
8492
|
/**
|
|
8219
8493
|
* Query Special Key Information.
|
|
8220
8494
|
*
|
|
@@ -8350,7 +8624,7 @@ interface GetCrossMarginTransferHistoryRequest {
|
|
|
8350
8624
|
*/
|
|
8351
8625
|
readonly type?: string;
|
|
8352
8626
|
/**
|
|
8353
|
-
*
|
|
8627
|
+
* Only supports querying data from the past 90 days.
|
|
8354
8628
|
* @type {number | bigint}
|
|
8355
8629
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
8356
8630
|
*/
|
|
@@ -8824,6 +9098,30 @@ declare class RestAPI {
|
|
|
8824
9098
|
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-list-Schedule Binance API Documentation}
|
|
8825
9099
|
*/
|
|
8826
9100
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
9101
|
+
/**
|
|
9102
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
9103
|
+
*
|
|
9104
|
+
* Weight: 1
|
|
9105
|
+
*
|
|
9106
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
9107
|
+
*
|
|
9108
|
+
* @returns {Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>}
|
|
9109
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9110
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Asset-Risk-Based-Liquidation-Ratio Binance API Documentation}
|
|
9111
|
+
*/
|
|
9112
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
9113
|
+
/**
|
|
9114
|
+
* Get Margin Restricted Assets
|
|
9115
|
+
*
|
|
9116
|
+
* Weight: 1
|
|
9117
|
+
*
|
|
9118
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
9119
|
+
*
|
|
9120
|
+
* @returns {Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>}
|
|
9121
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9122
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Restricted-Assets Binance API Documentation}
|
|
9123
|
+
*/
|
|
9124
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
8827
9125
|
/**
|
|
8828
9126
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
8829
9127
|
*
|
|
@@ -9272,6 +9570,18 @@ declare class RestAPI {
|
|
|
9272
9570
|
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Account-Trade-List Binance API Documentation}
|
|
9273
9571
|
*/
|
|
9274
9572
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
9573
|
+
/**
|
|
9574
|
+
*
|
|
9575
|
+
* Weight: 10(IP)
|
|
9576
|
+
*
|
|
9577
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
9578
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
9579
|
+
*
|
|
9580
|
+
* @returns {Promise<RestApiResponse<QueryPreventedMatchesResponse>>}
|
|
9581
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9582
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Prevented-Matches Binance API Documentation}
|
|
9583
|
+
*/
|
|
9584
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
9275
9585
|
/**
|
|
9276
9586
|
* Query Special Key Information.
|
|
9277
9587
|
*
|
|
@@ -9351,7 +9661,7 @@ declare class RestAPI {
|
|
|
9351
9661
|
queryMaxTransferOutAmount(requestParameters: QueryMaxTransferOutAmountRequest): Promise<RestApiResponse<QueryMaxTransferOutAmountResponse>>;
|
|
9352
9662
|
}
|
|
9353
9663
|
declare namespace index_d_exports {
|
|
9354
|
-
export { AccountApi, AccountApiInterface, AdjustCrossMarginMaxLeverageRequest, AdjustCrossMarginMaxLeverageResponse, BorrowRepayApi, BorrowRepayApiInterface, CreateSpecialKeyRequest, CreateSpecialKeyResponse, CrossMarginCollateralRatioResponse, CrossMarginCollateralRatioResponseInner, CrossMarginCollateralRatioResponseInnerCollateralsInner, DeleteSpecialKeyRequest, DisableIsolatedMarginAccountRequest, DisableIsolatedMarginAccountResponse, EditIpForSpecialKeyRequest, EnableIsolatedMarginAccountRequest, EnableIsolatedMarginAccountResponse, GetAllCrossMarginPairsRequest, GetAllCrossMarginPairsResponse, GetAllCrossMarginPairsResponseInner, GetAllIsolatedMarginSymbolRequest, GetAllIsolatedMarginSymbolResponse, GetAllIsolatedMarginSymbolResponseInner, GetAllMarginAssetsRequest, GetAllMarginAssetsResponse, GetAllMarginAssetsResponseInner, GetBnbBurnStatusRequest, GetBnbBurnStatusResponse, GetCrossMarginTransferHistoryRequest, GetCrossMarginTransferHistoryResponse, GetCrossMarginTransferHistoryResponseRowsInner, GetDelistScheduleRequest, GetDelistScheduleResponse, GetDelistScheduleResponseInner, GetForceLiquidationRecordRequest, GetForceLiquidationRecordResponse, GetForceLiquidationRecordResponseRowsInner, GetFutureHourlyInterestRateRequest, GetFutureHourlyInterestRateResponse, GetFutureHourlyInterestRateResponseInner, GetInterestHistoryRequest, GetInterestHistoryResponse, GetInterestHistoryResponseRowsInner, GetLimitPricePairsResponse, GetListScheduleRequest, GetListScheduleResponse, GetListScheduleResponseInner, GetSmallLiabilityExchangeCoinListRequest, GetSmallLiabilityExchangeCoinListResponse, GetSmallLiabilityExchangeCoinListResponseInner, GetSmallLiabilityExchangeHistoryRequest, GetSmallLiabilityExchangeHistoryResponse, GetSmallLiabilityExchangeHistoryResponseRowsInner, GetSummaryOfMarginAccountRequest, GetSummaryOfMarginAccountResponse, KeepaliveUserDataStreamRequest, MarginAccountBorrowRepayRequest, MarginAccountBorrowRepayResponse, MarginAccountCancelAllOpenOrdersOnASymbolRequest, MarginAccountCancelAllOpenOrdersOnASymbolResponse, MarginAccountCancelAllOpenOrdersOnASymbolResponseInner, MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner, MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner, MarginAccountCancelOcoRequest, MarginAccountCancelOcoResponse, MarginAccountCancelOcoResponseOrderReportsInner, MarginAccountCancelOcoResponseOrdersInner, MarginAccountCancelOrderRequest, MarginAccountCancelOrderResponse, MarginAccountNewOcoNewOrderRespTypeEnum, MarginAccountNewOcoRequest, MarginAccountNewOcoResponse, MarginAccountNewOcoResponseOrderReportsInner, MarginAccountNewOcoResponseOrdersInner, MarginAccountNewOcoSideEnum, MarginAccountNewOrderNewOrderRespTypeEnum, MarginAccountNewOrderRequest, MarginAccountNewOrderResponse, MarginAccountNewOrderResponseFillsInner, MarginAccountNewOrderSideEnum, MarginAccountNewOrderTimeInForceEnum, MarginAccountNewOtoNewOrderRespTypeEnum, MarginAccountNewOtoRequest, MarginAccountNewOtoResponse, MarginAccountNewOtoResponseOrderReportsInner, MarginAccountNewOtoResponseOrdersInner, MarginAccountNewOtocoNewOrderRespTypeEnum, MarginAccountNewOtocoRequest, MarginAccountNewOtocoResponse, MarginAccountNewOtocoResponseOrderReportsInner, MarginAccountNewOtocoResponseOrdersInner, MarginManualLiquidationRequest, MarginManualLiquidationResponse, MarketDataApi, MarketDataApiInterface, QueryBorrowRepayRecordsInMarginAccountRequest, QueryBorrowRepayRecordsInMarginAccountResponse, QueryBorrowRepayRecordsInMarginAccountResponseRowsInner, QueryCrossIsolatedMarginCapitalFlowRequest, QueryCrossIsolatedMarginCapitalFlowResponse, QueryCrossIsolatedMarginCapitalFlowResponseInner, QueryCrossMarginAccountDetailsRequest, QueryCrossMarginAccountDetailsResponse, QueryCrossMarginAccountDetailsResponseUserAssetsInner, QueryCrossMarginFeeDataRequest, QueryCrossMarginFeeDataResponse, QueryCrossMarginFeeDataResponseInner, QueryCurrentMarginOrderCountUsageRequest, QueryCurrentMarginOrderCountUsageResponse, QueryCurrentMarginOrderCountUsageResponseInner, QueryEnabledIsolatedMarginAccountLimitRequest, QueryEnabledIsolatedMarginAccountLimitResponse, QueryIsolatedMarginAccountInfoRequest, QueryIsolatedMarginAccountInfoResponse, QueryIsolatedMarginAccountInfoResponseAssetsInner, QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset, QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset, QueryIsolatedMarginFeeDataRequest, QueryIsolatedMarginFeeDataResponse, QueryIsolatedMarginFeeDataResponseInner, QueryIsolatedMarginFeeDataResponseInnerDataInner, QueryIsolatedMarginTierDataRequest, QueryIsolatedMarginTierDataResponse, QueryIsolatedMarginTierDataResponseInner, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner, QueryMarginAccountsAllOcoRequest, QueryMarginAccountsAllOcoResponse, QueryMarginAccountsAllOcoResponseInner, QueryMarginAccountsAllOcoResponseInnerOrdersInner, QueryMarginAccountsAllOrdersRequest, QueryMarginAccountsAllOrdersResponse, QueryMarginAccountsAllOrdersResponseInner, QueryMarginAccountsOcoRequest, QueryMarginAccountsOcoResponse, QueryMarginAccountsOcoResponseOrdersInner, QueryMarginAccountsOpenOcoRequest, QueryMarginAccountsOpenOcoResponse, QueryMarginAccountsOpenOcoResponseInner, QueryMarginAccountsOpenOcoResponseInnerOrdersInner, QueryMarginAccountsOpenOrdersRequest, QueryMarginAccountsOpenOrdersResponse, QueryMarginAccountsOpenOrdersResponseInner, QueryMarginAccountsOrderRequest, QueryMarginAccountsOrderResponse, QueryMarginAccountsTradeListRequest, QueryMarginAccountsTradeListResponse, QueryMarginAccountsTradeListResponseInner, QueryMarginAvailableInventoryRequest, QueryMarginAvailableInventoryResponse, QueryMarginAvailableInventoryResponseAssets, QueryMarginInterestRateHistoryRequest, QueryMarginInterestRateHistoryResponse, QueryMarginInterestRateHistoryResponseInner, QueryMarginPriceindexRequest, QueryMarginPriceindexResponse, QueryMaxBorrowRequest, QueryMaxBorrowResponse, QueryMaxTransferOutAmountRequest, QueryMaxTransferOutAmountResponse, QuerySpecialKeyListRequest, QuerySpecialKeyListResponse, QuerySpecialKeyListResponseInner, QuerySpecialKeyRequest, QuerySpecialKeyResponse, RestAPI, RiskDataStreamApi, RiskDataStreamApiInterface, SmallLiabilityExchangeRequest, StartUserDataStreamResponse, TradeApi, TradeApiInterface, TransferApi, TransferApiInterface };
|
|
9664
|
+
export { AccountApi, AccountApiInterface, AdjustCrossMarginMaxLeverageRequest, AdjustCrossMarginMaxLeverageResponse, BorrowRepayApi, BorrowRepayApiInterface, CreateSpecialKeyRequest, CreateSpecialKeyResponse, CrossMarginCollateralRatioResponse, CrossMarginCollateralRatioResponseInner, CrossMarginCollateralRatioResponseInnerCollateralsInner, DeleteSpecialKeyRequest, DisableIsolatedMarginAccountRequest, DisableIsolatedMarginAccountResponse, EditIpForSpecialKeyRequest, EnableIsolatedMarginAccountRequest, EnableIsolatedMarginAccountResponse, GetAllCrossMarginPairsRequest, GetAllCrossMarginPairsResponse, GetAllCrossMarginPairsResponseInner, GetAllIsolatedMarginSymbolRequest, GetAllIsolatedMarginSymbolResponse, GetAllIsolatedMarginSymbolResponseInner, GetAllMarginAssetsRequest, GetAllMarginAssetsResponse, GetAllMarginAssetsResponseInner, GetBnbBurnStatusRequest, GetBnbBurnStatusResponse, GetCrossMarginTransferHistoryRequest, GetCrossMarginTransferHistoryResponse, GetCrossMarginTransferHistoryResponseRowsInner, GetDelistScheduleRequest, GetDelistScheduleResponse, GetDelistScheduleResponseInner, GetForceLiquidationRecordRequest, GetForceLiquidationRecordResponse, GetForceLiquidationRecordResponseRowsInner, GetFutureHourlyInterestRateRequest, GetFutureHourlyInterestRateResponse, GetFutureHourlyInterestRateResponseInner, GetInterestHistoryRequest, GetInterestHistoryResponse, GetInterestHistoryResponseRowsInner, GetLimitPricePairsResponse, GetListScheduleRequest, GetListScheduleResponse, GetListScheduleResponseInner, GetMarginAssetRiskBasedLiquidationRatioResponse, GetMarginAssetRiskBasedLiquidationRatioResponseInner, GetMarginRestrictedAssetsResponse, GetSmallLiabilityExchangeCoinListRequest, GetSmallLiabilityExchangeCoinListResponse, GetSmallLiabilityExchangeCoinListResponseInner, GetSmallLiabilityExchangeHistoryRequest, GetSmallLiabilityExchangeHistoryResponse, GetSmallLiabilityExchangeHistoryResponseRowsInner, GetSummaryOfMarginAccountRequest, GetSummaryOfMarginAccountResponse, KeepaliveUserDataStreamRequest, MarginAccountBorrowRepayRequest, MarginAccountBorrowRepayResponse, MarginAccountCancelAllOpenOrdersOnASymbolRequest, MarginAccountCancelAllOpenOrdersOnASymbolResponse, MarginAccountCancelAllOpenOrdersOnASymbolResponseInner, MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner, MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner, MarginAccountCancelOcoRequest, MarginAccountCancelOcoResponse, MarginAccountCancelOcoResponseOrderReportsInner, MarginAccountCancelOcoResponseOrdersInner, MarginAccountCancelOrderRequest, MarginAccountCancelOrderResponse, MarginAccountNewOcoNewOrderRespTypeEnum, MarginAccountNewOcoRequest, MarginAccountNewOcoResponse, MarginAccountNewOcoResponseOrderReportsInner, MarginAccountNewOcoResponseOrdersInner, MarginAccountNewOcoSideEnum, MarginAccountNewOrderNewOrderRespTypeEnum, MarginAccountNewOrderRequest, MarginAccountNewOrderResponse, MarginAccountNewOrderResponseFillsInner, MarginAccountNewOrderSideEnum, MarginAccountNewOrderTimeInForceEnum, MarginAccountNewOtoNewOrderRespTypeEnum, MarginAccountNewOtoRequest, MarginAccountNewOtoResponse, MarginAccountNewOtoResponseOrderReportsInner, MarginAccountNewOtoResponseOrdersInner, MarginAccountNewOtocoNewOrderRespTypeEnum, MarginAccountNewOtocoRequest, MarginAccountNewOtocoResponse, MarginAccountNewOtocoResponseOrderReportsInner, MarginAccountNewOtocoResponseOrdersInner, MarginManualLiquidationRequest, MarginManualLiquidationResponse, MarketDataApi, MarketDataApiInterface, QueryBorrowRepayRecordsInMarginAccountRequest, QueryBorrowRepayRecordsInMarginAccountResponse, QueryBorrowRepayRecordsInMarginAccountResponseRowsInner, QueryCrossIsolatedMarginCapitalFlowRequest, QueryCrossIsolatedMarginCapitalFlowResponse, QueryCrossIsolatedMarginCapitalFlowResponseInner, QueryCrossMarginAccountDetailsRequest, QueryCrossMarginAccountDetailsResponse, QueryCrossMarginAccountDetailsResponseUserAssetsInner, QueryCrossMarginFeeDataRequest, QueryCrossMarginFeeDataResponse, QueryCrossMarginFeeDataResponseInner, QueryCurrentMarginOrderCountUsageRequest, QueryCurrentMarginOrderCountUsageResponse, QueryCurrentMarginOrderCountUsageResponseInner, QueryEnabledIsolatedMarginAccountLimitRequest, QueryEnabledIsolatedMarginAccountLimitResponse, QueryIsolatedMarginAccountInfoRequest, QueryIsolatedMarginAccountInfoResponse, QueryIsolatedMarginAccountInfoResponseAssetsInner, QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset, QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset, QueryIsolatedMarginFeeDataRequest, QueryIsolatedMarginFeeDataResponse, QueryIsolatedMarginFeeDataResponseInner, QueryIsolatedMarginFeeDataResponseInnerDataInner, QueryIsolatedMarginTierDataRequest, QueryIsolatedMarginTierDataResponse, QueryIsolatedMarginTierDataResponseInner, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner, QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner, QueryMarginAccountsAllOcoRequest, QueryMarginAccountsAllOcoResponse, QueryMarginAccountsAllOcoResponseInner, QueryMarginAccountsAllOcoResponseInnerOrdersInner, QueryMarginAccountsAllOrdersRequest, QueryMarginAccountsAllOrdersResponse, QueryMarginAccountsAllOrdersResponseInner, QueryMarginAccountsOcoRequest, QueryMarginAccountsOcoResponse, QueryMarginAccountsOcoResponseOrdersInner, QueryMarginAccountsOpenOcoRequest, QueryMarginAccountsOpenOcoResponse, QueryMarginAccountsOpenOcoResponseInner, QueryMarginAccountsOpenOcoResponseInnerOrdersInner, QueryMarginAccountsOpenOrdersRequest, QueryMarginAccountsOpenOrdersResponse, QueryMarginAccountsOpenOrdersResponseInner, QueryMarginAccountsOrderRequest, QueryMarginAccountsOrderResponse, QueryMarginAccountsTradeListRequest, QueryMarginAccountsTradeListResponse, QueryMarginAccountsTradeListResponseInner, QueryMarginAvailableInventoryRequest, QueryMarginAvailableInventoryResponse, QueryMarginAvailableInventoryResponseAssets, QueryMarginInterestRateHistoryRequest, QueryMarginInterestRateHistoryResponse, QueryMarginInterestRateHistoryResponseInner, QueryMarginPriceindexRequest, QueryMarginPriceindexResponse, QueryMaxBorrowRequest, QueryMaxBorrowResponse, QueryMaxTransferOutAmountRequest, QueryMaxTransferOutAmountResponse, QueryPreventedMatchesRequest, QueryPreventedMatchesResponse, QueryPreventedMatchesResponseInner, QuerySpecialKeyListRequest, QuerySpecialKeyListResponse, QuerySpecialKeyListResponseInner, QuerySpecialKeyRequest, QuerySpecialKeyResponse, RestAPI, RiskDataStreamApi, RiskDataStreamApiInterface, SmallLiabilityExchangeRequest, StartUserDataStreamResponse, TradeApi, TradeApiInterface, TransferApi, TransferApiInterface };
|
|
9355
9665
|
}
|
|
9356
9666
|
//#endregion
|
|
9357
9667
|
//#region src/websocket-streams/types/balanceupdate.d.ts
|