@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.mts
CHANGED
|
@@ -909,6 +909,80 @@ interface GetListScheduleResponseInner {
|
|
|
909
909
|
*/
|
|
910
910
|
interface GetListScheduleResponse extends Array<GetListScheduleResponseInner> {}
|
|
911
911
|
//#endregion
|
|
912
|
+
//#region src/rest-api/types/get-margin-asset-risk-based-liquidation-ratio-response-inner.d.ts
|
|
913
|
+
/**
|
|
914
|
+
* Binance Margin Trading REST API
|
|
915
|
+
*
|
|
916
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
917
|
+
*
|
|
918
|
+
* The version of the OpenAPI document: 1.0.0
|
|
919
|
+
*
|
|
920
|
+
*
|
|
921
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
922
|
+
* https://openapi-generator.tech
|
|
923
|
+
* Do not edit the class manually.
|
|
924
|
+
*/
|
|
925
|
+
/**
|
|
926
|
+
*
|
|
927
|
+
* @export
|
|
928
|
+
* @interface GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
929
|
+
*/
|
|
930
|
+
interface GetMarginAssetRiskBasedLiquidationRatioResponseInner {
|
|
931
|
+
/**
|
|
932
|
+
*
|
|
933
|
+
* @type {string}
|
|
934
|
+
* @memberof GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
935
|
+
*/
|
|
936
|
+
asset?: string;
|
|
937
|
+
/**
|
|
938
|
+
*
|
|
939
|
+
* @type {string}
|
|
940
|
+
* @memberof GetMarginAssetRiskBasedLiquidationRatioResponseInner
|
|
941
|
+
*/
|
|
942
|
+
riskBasedLiquidationRatio?: string;
|
|
943
|
+
}
|
|
944
|
+
//#endregion
|
|
945
|
+
//#region src/rest-api/types/get-margin-asset-risk-based-liquidation-ratio-response.d.ts
|
|
946
|
+
/**
|
|
947
|
+
*
|
|
948
|
+
* @export
|
|
949
|
+
* @interface GetMarginAssetRiskBasedLiquidationRatioResponse
|
|
950
|
+
*/
|
|
951
|
+
interface GetMarginAssetRiskBasedLiquidationRatioResponse extends Array<GetMarginAssetRiskBasedLiquidationRatioResponseInner> {}
|
|
952
|
+
//#endregion
|
|
953
|
+
//#region src/rest-api/types/get-margin-restricted-assets-response.d.ts
|
|
954
|
+
/**
|
|
955
|
+
* Binance Margin Trading REST API
|
|
956
|
+
*
|
|
957
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
958
|
+
*
|
|
959
|
+
* The version of the OpenAPI document: 1.0.0
|
|
960
|
+
*
|
|
961
|
+
*
|
|
962
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
963
|
+
* https://openapi-generator.tech
|
|
964
|
+
* Do not edit the class manually.
|
|
965
|
+
*/
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @export
|
|
969
|
+
* @interface GetMarginRestrictedAssetsResponse
|
|
970
|
+
*/
|
|
971
|
+
interface GetMarginRestrictedAssetsResponse {
|
|
972
|
+
/**
|
|
973
|
+
*
|
|
974
|
+
* @type {Array<string>}
|
|
975
|
+
* @memberof GetMarginRestrictedAssetsResponse
|
|
976
|
+
*/
|
|
977
|
+
openLongRestrictedAsset?: Array<string>;
|
|
978
|
+
/**
|
|
979
|
+
*
|
|
980
|
+
* @type {Array<string>}
|
|
981
|
+
* @memberof GetMarginRestrictedAssetsResponse
|
|
982
|
+
*/
|
|
983
|
+
maxCollateralExceededAsset?: Array<string>;
|
|
984
|
+
}
|
|
985
|
+
//#endregion
|
|
912
986
|
//#region src/rest-api/types/get-small-liability-exchange-coin-list-response-inner.d.ts
|
|
913
987
|
/**
|
|
914
988
|
* Binance Margin Trading REST API
|
|
@@ -4648,6 +4722,95 @@ interface QueryMaxTransferOutAmountResponse {
|
|
|
4648
4722
|
amount?: string;
|
|
4649
4723
|
}
|
|
4650
4724
|
//#endregion
|
|
4725
|
+
//#region src/rest-api/types/query-prevented-matches-response-inner.d.ts
|
|
4726
|
+
/**
|
|
4727
|
+
* Binance Margin Trading REST API
|
|
4728
|
+
*
|
|
4729
|
+
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
4730
|
+
*
|
|
4731
|
+
* The version of the OpenAPI document: 1.0.0
|
|
4732
|
+
*
|
|
4733
|
+
*
|
|
4734
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
4735
|
+
* https://openapi-generator.tech
|
|
4736
|
+
* Do not edit the class manually.
|
|
4737
|
+
*/
|
|
4738
|
+
/**
|
|
4739
|
+
*
|
|
4740
|
+
* @export
|
|
4741
|
+
* @interface QueryPreventedMatchesResponseInner
|
|
4742
|
+
*/
|
|
4743
|
+
interface QueryPreventedMatchesResponseInner {
|
|
4744
|
+
/**
|
|
4745
|
+
*
|
|
4746
|
+
* @type {string}
|
|
4747
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4748
|
+
*/
|
|
4749
|
+
symbol?: string;
|
|
4750
|
+
/**
|
|
4751
|
+
*
|
|
4752
|
+
* @type {number | bigint}
|
|
4753
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4754
|
+
*/
|
|
4755
|
+
preventedMatchId?: number | bigint;
|
|
4756
|
+
/**
|
|
4757
|
+
*
|
|
4758
|
+
* @type {number | bigint}
|
|
4759
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4760
|
+
*/
|
|
4761
|
+
takerOrderId?: number | bigint;
|
|
4762
|
+
/**
|
|
4763
|
+
*
|
|
4764
|
+
* @type {string}
|
|
4765
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4766
|
+
*/
|
|
4767
|
+
makerSymbol?: string;
|
|
4768
|
+
/**
|
|
4769
|
+
*
|
|
4770
|
+
* @type {number | bigint}
|
|
4771
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4772
|
+
*/
|
|
4773
|
+
makerOrderId?: number | bigint;
|
|
4774
|
+
/**
|
|
4775
|
+
*
|
|
4776
|
+
* @type {number | bigint}
|
|
4777
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4778
|
+
*/
|
|
4779
|
+
tradeGroupId?: number | bigint;
|
|
4780
|
+
/**
|
|
4781
|
+
*
|
|
4782
|
+
* @type {string}
|
|
4783
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4784
|
+
*/
|
|
4785
|
+
selfTradePreventionMode?: string;
|
|
4786
|
+
/**
|
|
4787
|
+
*
|
|
4788
|
+
* @type {string}
|
|
4789
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4790
|
+
*/
|
|
4791
|
+
price?: string;
|
|
4792
|
+
/**
|
|
4793
|
+
*
|
|
4794
|
+
* @type {string}
|
|
4795
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4796
|
+
*/
|
|
4797
|
+
makerPreventedQuantity?: string;
|
|
4798
|
+
/**
|
|
4799
|
+
*
|
|
4800
|
+
* @type {number | bigint}
|
|
4801
|
+
* @memberof QueryPreventedMatchesResponseInner
|
|
4802
|
+
*/
|
|
4803
|
+
transactTime?: number | bigint;
|
|
4804
|
+
}
|
|
4805
|
+
//#endregion
|
|
4806
|
+
//#region src/rest-api/types/query-prevented-matches-response.d.ts
|
|
4807
|
+
/**
|
|
4808
|
+
*
|
|
4809
|
+
* @export
|
|
4810
|
+
* @interface QueryPreventedMatchesResponse
|
|
4811
|
+
*/
|
|
4812
|
+
interface QueryPreventedMatchesResponse extends Array<QueryPreventedMatchesResponseInner> {}
|
|
4813
|
+
//#endregion
|
|
4651
4814
|
//#region src/rest-api/types/query-special-key-list-response-inner.d.ts
|
|
4652
4815
|
/**
|
|
4653
4816
|
* Binance Margin Trading REST API
|
|
@@ -5026,7 +5189,7 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5026
5189
|
*/
|
|
5027
5190
|
readonly type?: string;
|
|
5028
5191
|
/**
|
|
5029
|
-
*
|
|
5192
|
+
* Only supports querying data from the past 90 days.
|
|
5030
5193
|
* @type {number | bigint}
|
|
5031
5194
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5032
5195
|
*/
|
|
@@ -5038,13 +5201,13 @@ interface QueryCrossIsolatedMarginCapitalFlowRequest {
|
|
|
5038
5201
|
*/
|
|
5039
5202
|
readonly endTime?: number | bigint;
|
|
5040
5203
|
/**
|
|
5041
|
-
*
|
|
5204
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
5042
5205
|
* @type {number | bigint}
|
|
5043
5206
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5044
5207
|
*/
|
|
5045
5208
|
readonly fromId?: number | bigint;
|
|
5046
5209
|
/**
|
|
5047
|
-
* Default
|
|
5210
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
5048
5211
|
* @type {number | bigint}
|
|
5049
5212
|
* @memberof AccountApiQueryCrossIsolatedMarginCapitalFlow
|
|
5050
5213
|
*/
|
|
@@ -5441,7 +5604,7 @@ interface GetInterestHistoryRequest {
|
|
|
5441
5604
|
*/
|
|
5442
5605
|
readonly isolatedSymbol?: string;
|
|
5443
5606
|
/**
|
|
5444
|
-
*
|
|
5607
|
+
* Only supports querying data from the past 90 days.
|
|
5445
5608
|
* @type {number | bigint}
|
|
5446
5609
|
* @memberof BorrowRepayApiGetInterestHistory
|
|
5447
5610
|
*/
|
|
@@ -5543,7 +5706,7 @@ interface QueryBorrowRepayRecordsInMarginAccountRequest {
|
|
|
5543
5706
|
*/
|
|
5544
5707
|
readonly txId?: number | bigint;
|
|
5545
5708
|
/**
|
|
5546
|
-
*
|
|
5709
|
+
* Only supports querying data from the past 90 days.
|
|
5547
5710
|
* @type {number | bigint}
|
|
5548
5711
|
* @memberof BorrowRepayApiQueryBorrowRepayRecordsInMarginAccount
|
|
5549
5712
|
*/
|
|
@@ -5591,7 +5754,7 @@ interface QueryMarginInterestRateHistoryRequest {
|
|
|
5591
5754
|
*/
|
|
5592
5755
|
readonly vipLevel?: number | bigint;
|
|
5593
5756
|
/**
|
|
5594
|
-
*
|
|
5757
|
+
* Only supports querying data from the past 90 days.
|
|
5595
5758
|
* @type {number | bigint}
|
|
5596
5759
|
* @memberof BorrowRepayApiQueryMarginInterestRateHistory
|
|
5597
5760
|
*/
|
|
@@ -5835,6 +5998,28 @@ interface MarketDataApiInterface {
|
|
|
5835
5998
|
* @memberof MarketDataApiInterface
|
|
5836
5999
|
*/
|
|
5837
6000
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
6001
|
+
/**
|
|
6002
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
6003
|
+
*
|
|
6004
|
+
* Weight: 1
|
|
6005
|
+
*
|
|
6006
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
6007
|
+
*
|
|
6008
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6009
|
+
* @memberof MarketDataApiInterface
|
|
6010
|
+
*/
|
|
6011
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
6012
|
+
/**
|
|
6013
|
+
* Get Margin Restricted Assets
|
|
6014
|
+
*
|
|
6015
|
+
* Weight: 1
|
|
6016
|
+
*
|
|
6017
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
6018
|
+
*
|
|
6019
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6020
|
+
* @memberof MarketDataApiInterface
|
|
6021
|
+
*/
|
|
6022
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
5838
6023
|
/**
|
|
5839
6024
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
5840
6025
|
*
|
|
@@ -6099,6 +6284,30 @@ declare class MarketDataApi implements MarketDataApiInterface {
|
|
|
6099
6284
|
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-list-Schedule Binance API Documentation}
|
|
6100
6285
|
*/
|
|
6101
6286
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
6287
|
+
/**
|
|
6288
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
6289
|
+
*
|
|
6290
|
+
* Weight: 1
|
|
6291
|
+
*
|
|
6292
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
6293
|
+
* @returns {Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>}
|
|
6294
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6295
|
+
* @memberof MarketDataApi
|
|
6296
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Asset-Risk-Based-Liquidation-Ratio Binance API Documentation}
|
|
6297
|
+
*/
|
|
6298
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
6299
|
+
/**
|
|
6300
|
+
* Get Margin Restricted Assets
|
|
6301
|
+
*
|
|
6302
|
+
* Weight: 1
|
|
6303
|
+
*
|
|
6304
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
6305
|
+
* @returns {Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>}
|
|
6306
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6307
|
+
* @memberof MarketDataApi
|
|
6308
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Restricted-Assets Binance API Documentation}
|
|
6309
|
+
*/
|
|
6310
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
6102
6311
|
/**
|
|
6103
6312
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
6104
6313
|
*
|
|
@@ -6596,6 +6805,17 @@ interface TradeApiInterface {
|
|
|
6596
6805
|
* @memberof TradeApiInterface
|
|
6597
6806
|
*/
|
|
6598
6807
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
6808
|
+
/**
|
|
6809
|
+
*
|
|
6810
|
+
* Weight: 10(IP)
|
|
6811
|
+
*
|
|
6812
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
6813
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
6814
|
+
*
|
|
6815
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
6816
|
+
* @memberof TradeApiInterface
|
|
6817
|
+
*/
|
|
6818
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
6599
6819
|
/**
|
|
6600
6820
|
* Query Special Key Information.
|
|
6601
6821
|
*
|
|
@@ -6735,7 +6955,7 @@ interface EditIpForSpecialKeyRequest {
|
|
|
6735
6955
|
*/
|
|
6736
6956
|
interface GetForceLiquidationRecordRequest {
|
|
6737
6957
|
/**
|
|
6738
|
-
*
|
|
6958
|
+
* Only supports querying data from the past 90 days.
|
|
6739
6959
|
* @type {number | bigint}
|
|
6740
6960
|
* @memberof TradeApiGetForceLiquidationRecord
|
|
6741
6961
|
*/
|
|
@@ -6801,7 +7021,7 @@ interface GetSmallLiabilityExchangeHistoryRequest {
|
|
|
6801
7021
|
*/
|
|
6802
7022
|
readonly size: number | bigint;
|
|
6803
7023
|
/**
|
|
6804
|
-
*
|
|
7024
|
+
* Only supports querying data from the past 90 days.
|
|
6805
7025
|
* @type {number | bigint}
|
|
6806
7026
|
* @memberof TradeApiGetSmallLiabilityExchangeHistory
|
|
6807
7027
|
*/
|
|
@@ -6831,7 +7051,7 @@ interface MarginAccountCancelAllOpenOrdersOnASymbolRequest {
|
|
|
6831
7051
|
*/
|
|
6832
7052
|
readonly symbol: string;
|
|
6833
7053
|
/**
|
|
6834
|
-
*
|
|
7054
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6835
7055
|
* @type {string}
|
|
6836
7056
|
* @memberof TradeApiMarginAccountCancelAllOpenOrdersOnASymbol
|
|
6837
7057
|
*/
|
|
@@ -6855,7 +7075,7 @@ interface MarginAccountCancelOcoRequest {
|
|
|
6855
7075
|
*/
|
|
6856
7076
|
readonly symbol: string;
|
|
6857
7077
|
/**
|
|
6858
|
-
*
|
|
7078
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6859
7079
|
* @type {string}
|
|
6860
7080
|
* @memberof TradeApiMarginAccountCancelOco
|
|
6861
7081
|
*/
|
|
@@ -6897,7 +7117,7 @@ interface MarginAccountCancelOrderRequest {
|
|
|
6897
7117
|
*/
|
|
6898
7118
|
readonly symbol: string;
|
|
6899
7119
|
/**
|
|
6900
|
-
*
|
|
7120
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6901
7121
|
* @type {string}
|
|
6902
7122
|
* @memberof TradeApiMarginAccountCancelOrder
|
|
6903
7123
|
*/
|
|
@@ -6963,7 +7183,7 @@ interface MarginAccountNewOcoRequest {
|
|
|
6963
7183
|
*/
|
|
6964
7184
|
readonly stopPrice: number;
|
|
6965
7185
|
/**
|
|
6966
|
-
*
|
|
7186
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
6967
7187
|
* @type {string}
|
|
6968
7188
|
* @memberof TradeApiMarginAccountNewOco
|
|
6969
7189
|
*/
|
|
@@ -7065,7 +7285,7 @@ interface MarginAccountNewOrderRequest {
|
|
|
7065
7285
|
*/
|
|
7066
7286
|
readonly type: string;
|
|
7067
7287
|
/**
|
|
7068
|
-
*
|
|
7288
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7069
7289
|
* @type {string}
|
|
7070
7290
|
* @memberof TradeApiMarginAccountNewOrder
|
|
7071
7291
|
*/
|
|
@@ -7203,7 +7423,7 @@ interface MarginAccountNewOtoRequest {
|
|
|
7203
7423
|
*/
|
|
7204
7424
|
readonly pendingQuantity: number;
|
|
7205
7425
|
/**
|
|
7206
|
-
*
|
|
7426
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7207
7427
|
* @type {string}
|
|
7208
7428
|
* @memberof TradeApiMarginAccountNewOto
|
|
7209
7429
|
*/
|
|
@@ -7341,7 +7561,7 @@ interface MarginAccountNewOtocoRequest {
|
|
|
7341
7561
|
*/
|
|
7342
7562
|
readonly pendingAboveType: string;
|
|
7343
7563
|
/**
|
|
7344
|
-
*
|
|
7564
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7345
7565
|
* @type {string}
|
|
7346
7566
|
* @memberof TradeApiMarginAccountNewOtoco
|
|
7347
7567
|
*/
|
|
@@ -7503,7 +7723,7 @@ interface MarginManualLiquidationRequest {
|
|
|
7503
7723
|
*/
|
|
7504
7724
|
interface QueryCurrentMarginOrderCountUsageRequest {
|
|
7505
7725
|
/**
|
|
7506
|
-
*
|
|
7726
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7507
7727
|
* @type {string}
|
|
7508
7728
|
* @memberof TradeApiQueryCurrentMarginOrderCountUsage
|
|
7509
7729
|
*/
|
|
@@ -7527,7 +7747,7 @@ interface QueryCurrentMarginOrderCountUsageRequest {
|
|
|
7527
7747
|
*/
|
|
7528
7748
|
interface QueryMarginAccountsAllOcoRequest {
|
|
7529
7749
|
/**
|
|
7530
|
-
*
|
|
7750
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7531
7751
|
* @type {string}
|
|
7532
7752
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7533
7753
|
*/
|
|
@@ -7539,13 +7759,13 @@ interface QueryMarginAccountsAllOcoRequest {
|
|
|
7539
7759
|
*/
|
|
7540
7760
|
readonly symbol?: string;
|
|
7541
7761
|
/**
|
|
7542
|
-
*
|
|
7762
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
7543
7763
|
* @type {number | bigint}
|
|
7544
7764
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7545
7765
|
*/
|
|
7546
7766
|
readonly fromId?: number | bigint;
|
|
7547
7767
|
/**
|
|
7548
|
-
*
|
|
7768
|
+
* Only supports querying data from the past 90 days.
|
|
7549
7769
|
* @type {number | bigint}
|
|
7550
7770
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7551
7771
|
*/
|
|
@@ -7557,7 +7777,7 @@ interface QueryMarginAccountsAllOcoRequest {
|
|
|
7557
7777
|
*/
|
|
7558
7778
|
readonly endTime?: number | bigint;
|
|
7559
7779
|
/**
|
|
7560
|
-
* Default
|
|
7780
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7561
7781
|
* @type {number | bigint}
|
|
7562
7782
|
* @memberof TradeApiQueryMarginAccountsAllOco
|
|
7563
7783
|
*/
|
|
@@ -7581,7 +7801,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7581
7801
|
*/
|
|
7582
7802
|
readonly symbol: string;
|
|
7583
7803
|
/**
|
|
7584
|
-
*
|
|
7804
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7585
7805
|
* @type {string}
|
|
7586
7806
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7587
7807
|
*/
|
|
@@ -7593,7 +7813,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7593
7813
|
*/
|
|
7594
7814
|
readonly orderId?: number | bigint;
|
|
7595
7815
|
/**
|
|
7596
|
-
*
|
|
7816
|
+
* Only supports querying data from the past 90 days.
|
|
7597
7817
|
* @type {number | bigint}
|
|
7598
7818
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7599
7819
|
*/
|
|
@@ -7605,7 +7825,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7605
7825
|
*/
|
|
7606
7826
|
readonly endTime?: number | bigint;
|
|
7607
7827
|
/**
|
|
7608
|
-
* Default
|
|
7828
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7609
7829
|
* @type {number | bigint}
|
|
7610
7830
|
* @memberof TradeApiQueryMarginAccountsAllOrders
|
|
7611
7831
|
*/
|
|
@@ -7623,7 +7843,7 @@ interface QueryMarginAccountsAllOrdersRequest {
|
|
|
7623
7843
|
*/
|
|
7624
7844
|
interface QueryMarginAccountsOcoRequest {
|
|
7625
7845
|
/**
|
|
7626
|
-
*
|
|
7846
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7627
7847
|
* @type {string}
|
|
7628
7848
|
* @memberof TradeApiQueryMarginAccountsOco
|
|
7629
7849
|
*/
|
|
@@ -7659,7 +7879,7 @@ interface QueryMarginAccountsOcoRequest {
|
|
|
7659
7879
|
*/
|
|
7660
7880
|
interface QueryMarginAccountsOpenOcoRequest {
|
|
7661
7881
|
/**
|
|
7662
|
-
*
|
|
7882
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7663
7883
|
* @type {string}
|
|
7664
7884
|
* @memberof TradeApiQueryMarginAccountsOpenOco
|
|
7665
7885
|
*/
|
|
@@ -7689,7 +7909,7 @@ interface QueryMarginAccountsOpenOrdersRequest {
|
|
|
7689
7909
|
*/
|
|
7690
7910
|
readonly symbol?: string;
|
|
7691
7911
|
/**
|
|
7692
|
-
*
|
|
7912
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7693
7913
|
* @type {string}
|
|
7694
7914
|
* @memberof TradeApiQueryMarginAccountsOpenOrders
|
|
7695
7915
|
*/
|
|
@@ -7713,7 +7933,7 @@ interface QueryMarginAccountsOrderRequest {
|
|
|
7713
7933
|
*/
|
|
7714
7934
|
readonly symbol: string;
|
|
7715
7935
|
/**
|
|
7716
|
-
*
|
|
7936
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7717
7937
|
* @type {string}
|
|
7718
7938
|
* @memberof TradeApiQueryMarginAccountsOrder
|
|
7719
7939
|
*/
|
|
@@ -7749,7 +7969,7 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7749
7969
|
*/
|
|
7750
7970
|
readonly symbol: string;
|
|
7751
7971
|
/**
|
|
7752
|
-
*
|
|
7972
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
7753
7973
|
* @type {string}
|
|
7754
7974
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7755
7975
|
*/
|
|
@@ -7761,7 +7981,7 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7761
7981
|
*/
|
|
7762
7982
|
readonly orderId?: number | bigint;
|
|
7763
7983
|
/**
|
|
7764
|
-
*
|
|
7984
|
+
* Only supports querying data from the past 90 days.
|
|
7765
7985
|
* @type {number | bigint}
|
|
7766
7986
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7767
7987
|
*/
|
|
@@ -7773,13 +7993,13 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7773
7993
|
*/
|
|
7774
7994
|
readonly endTime?: number | bigint;
|
|
7775
7995
|
/**
|
|
7776
|
-
*
|
|
7996
|
+
* If `fromId` is set, data with `id` greater than `fromId` will be returned. Otherwise, the latest data will be returned.
|
|
7777
7997
|
* @type {number | bigint}
|
|
7778
7998
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7779
7999
|
*/
|
|
7780
8000
|
readonly fromId?: number | bigint;
|
|
7781
8001
|
/**
|
|
7782
|
-
* Default
|
|
8002
|
+
* Limit on the number of data records returned per request. Default: 500; Maximum: 1000.
|
|
7783
8003
|
* @type {number | bigint}
|
|
7784
8004
|
* @memberof TradeApiQueryMarginAccountsTradeList
|
|
7785
8005
|
*/
|
|
@@ -7791,6 +8011,48 @@ interface QueryMarginAccountsTradeListRequest {
|
|
|
7791
8011
|
*/
|
|
7792
8012
|
readonly recvWindow?: number | bigint;
|
|
7793
8013
|
}
|
|
8014
|
+
/**
|
|
8015
|
+
* Request parameters for queryPreventedMatches operation in TradeApi.
|
|
8016
|
+
* @interface QueryPreventedMatchesRequest
|
|
8017
|
+
*/
|
|
8018
|
+
interface QueryPreventedMatchesRequest {
|
|
8019
|
+
/**
|
|
8020
|
+
*
|
|
8021
|
+
* @type {string}
|
|
8022
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8023
|
+
*/
|
|
8024
|
+
readonly symbol: string;
|
|
8025
|
+
/**
|
|
8026
|
+
*
|
|
8027
|
+
* @type {number | bigint}
|
|
8028
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8029
|
+
*/
|
|
8030
|
+
readonly preventedMatchId?: number | bigint;
|
|
8031
|
+
/**
|
|
8032
|
+
*
|
|
8033
|
+
* @type {number | bigint}
|
|
8034
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8035
|
+
*/
|
|
8036
|
+
readonly orderId?: number | bigint;
|
|
8037
|
+
/**
|
|
8038
|
+
*
|
|
8039
|
+
* @type {number | bigint}
|
|
8040
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8041
|
+
*/
|
|
8042
|
+
readonly fromPreventedMatchId?: number | bigint;
|
|
8043
|
+
/**
|
|
8044
|
+
* No more than 60000
|
|
8045
|
+
* @type {number | bigint}
|
|
8046
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8047
|
+
*/
|
|
8048
|
+
readonly recvWindow?: number | bigint;
|
|
8049
|
+
/**
|
|
8050
|
+
* For isolated margin or not, "TRUE", "FALSE", default "FALSE"
|
|
8051
|
+
* @type {string}
|
|
8052
|
+
* @memberof TradeApiQueryPreventedMatches
|
|
8053
|
+
*/
|
|
8054
|
+
readonly isIsolated?: string;
|
|
8055
|
+
}
|
|
7794
8056
|
/**
|
|
7795
8057
|
* Request parameters for querySpecialKey operation in TradeApi.
|
|
7796
8058
|
* @interface QuerySpecialKeyRequest
|
|
@@ -8213,6 +8475,18 @@ declare class TradeApi implements TradeApiInterface {
|
|
|
8213
8475
|
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Account-Trade-List Binance API Documentation}
|
|
8214
8476
|
*/
|
|
8215
8477
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
8478
|
+
/**
|
|
8479
|
+
*
|
|
8480
|
+
* Weight: 10(IP)
|
|
8481
|
+
*
|
|
8482
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
8483
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
8484
|
+
* @returns {Promise<RestApiResponse<QueryPreventedMatchesResponse>>}
|
|
8485
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
8486
|
+
* @memberof TradeApi
|
|
8487
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Prevented-Matches Binance API Documentation}
|
|
8488
|
+
*/
|
|
8489
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
8216
8490
|
/**
|
|
8217
8491
|
* Query Special Key Information.
|
|
8218
8492
|
*
|
|
@@ -8348,7 +8622,7 @@ interface GetCrossMarginTransferHistoryRequest {
|
|
|
8348
8622
|
*/
|
|
8349
8623
|
readonly type?: string;
|
|
8350
8624
|
/**
|
|
8351
|
-
*
|
|
8625
|
+
* Only supports querying data from the past 90 days.
|
|
8352
8626
|
* @type {number | bigint}
|
|
8353
8627
|
* @memberof TransferApiGetCrossMarginTransferHistory
|
|
8354
8628
|
*/
|
|
@@ -8822,6 +9096,30 @@ declare class RestAPI {
|
|
|
8822
9096
|
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-list-Schedule Binance API Documentation}
|
|
8823
9097
|
*/
|
|
8824
9098
|
getListSchedule(requestParameters?: GetListScheduleRequest): Promise<RestApiResponse<GetListScheduleResponse>>;
|
|
9099
|
+
/**
|
|
9100
|
+
* Get Margin Asset Risk-Based Liquidation Ratio
|
|
9101
|
+
*
|
|
9102
|
+
* Weight: 1
|
|
9103
|
+
*
|
|
9104
|
+
* @summary Get Margin Asset Risk-Based Liquidation Ratio (MARKET_DATA)
|
|
9105
|
+
*
|
|
9106
|
+
* @returns {Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>}
|
|
9107
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9108
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Asset-Risk-Based-Liquidation-Ratio Binance API Documentation}
|
|
9109
|
+
*/
|
|
9110
|
+
getMarginAssetRiskBasedLiquidationRatio(): Promise<RestApiResponse<GetMarginAssetRiskBasedLiquidationRatioResponse>>;
|
|
9111
|
+
/**
|
|
9112
|
+
* Get Margin Restricted Assets
|
|
9113
|
+
*
|
|
9114
|
+
* Weight: 1
|
|
9115
|
+
*
|
|
9116
|
+
* @summary Get Margin Restricted Assets (MARKET_DATA)
|
|
9117
|
+
*
|
|
9118
|
+
* @returns {Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>}
|
|
9119
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9120
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/market-data/Get-Margin-Restricted-Assets Binance API Documentation}
|
|
9121
|
+
*/
|
|
9122
|
+
getMarginRestrictedAssets(): Promise<RestApiResponse<GetMarginRestrictedAssetsResponse>>;
|
|
8825
9123
|
/**
|
|
8826
9124
|
* Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data
|
|
8827
9125
|
*
|
|
@@ -9270,6 +9568,18 @@ declare class RestAPI {
|
|
|
9270
9568
|
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Account-Trade-List Binance API Documentation}
|
|
9271
9569
|
*/
|
|
9272
9570
|
queryMarginAccountsTradeList(requestParameters: QueryMarginAccountsTradeListRequest): Promise<RestApiResponse<QueryMarginAccountsTradeListResponse>>;
|
|
9571
|
+
/**
|
|
9572
|
+
*
|
|
9573
|
+
* Weight: 10(IP)
|
|
9574
|
+
*
|
|
9575
|
+
* @summary Query Prevented Matches(USER_DATA)
|
|
9576
|
+
* @param {QueryPreventedMatchesRequest} requestParameters Request parameters.
|
|
9577
|
+
*
|
|
9578
|
+
* @returns {Promise<RestApiResponse<QueryPreventedMatchesResponse>>}
|
|
9579
|
+
* @throws {RequiredError | ConnectorClientError | UnauthorizedError | ForbiddenError | TooManyRequestsError | RateLimitBanError | ServerError | NotFoundError | NetworkError | BadRequestError}
|
|
9580
|
+
* @see {@link https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Prevented-Matches Binance API Documentation}
|
|
9581
|
+
*/
|
|
9582
|
+
queryPreventedMatches(requestParameters: QueryPreventedMatchesRequest): Promise<RestApiResponse<QueryPreventedMatchesResponse>>;
|
|
9273
9583
|
/**
|
|
9274
9584
|
* Query Special Key Information.
|
|
9275
9585
|
*
|
|
@@ -9349,7 +9659,7 @@ declare class RestAPI {
|
|
|
9349
9659
|
queryMaxTransferOutAmount(requestParameters: QueryMaxTransferOutAmountRequest): Promise<RestApiResponse<QueryMaxTransferOutAmountResponse>>;
|
|
9350
9660
|
}
|
|
9351
9661
|
declare namespace index_d_exports {
|
|
9352
|
-
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 };
|
|
9662
|
+
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 };
|
|
9353
9663
|
}
|
|
9354
9664
|
//#endregion
|
|
9355
9665
|
//#region src/websocket-streams/types/balanceupdate.d.ts
|