@binance/margin-trading 2.0.0 → 3.0.1
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 +92 -316
- package/dist/index.d.ts +92 -316
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2076,191 +2076,37 @@ interface MarginAccountNewOcoResponse {
|
|
|
2076
2076
|
/**
|
|
2077
2077
|
*
|
|
2078
2078
|
* @export
|
|
2079
|
-
* @interface
|
|
2079
|
+
* @interface MarginAccountNewOrderResponseFillsInner
|
|
2080
2080
|
*/
|
|
2081
|
-
interface
|
|
2081
|
+
interface MarginAccountNewOrderResponseFillsInner {
|
|
2082
2082
|
/**
|
|
2083
2083
|
*
|
|
2084
2084
|
* @type {string}
|
|
2085
|
-
* @memberof
|
|
2086
|
-
*/
|
|
2087
|
-
symbol?: string;
|
|
2088
|
-
/**
|
|
2089
|
-
*
|
|
2090
|
-
* @type {number}
|
|
2091
|
-
* @memberof MarginAccountNewOrderResponse1
|
|
2092
|
-
*/
|
|
2093
|
-
orderId?: number;
|
|
2094
|
-
/**
|
|
2095
|
-
*
|
|
2096
|
-
* @type {string}
|
|
2097
|
-
* @memberof MarginAccountNewOrderResponse1
|
|
2098
|
-
*/
|
|
2099
|
-
clientOrderId?: string;
|
|
2100
|
-
/**
|
|
2101
|
-
*
|
|
2102
|
-
* @type {boolean}
|
|
2103
|
-
* @memberof MarginAccountNewOrderResponse1
|
|
2104
|
-
*/
|
|
2105
|
-
isIsolated?: boolean;
|
|
2106
|
-
/**
|
|
2107
|
-
*
|
|
2108
|
-
* @type {number}
|
|
2109
|
-
* @memberof MarginAccountNewOrderResponse1
|
|
2110
|
-
*/
|
|
2111
|
-
transactTime?: number;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
/**
|
|
2115
|
-
* Binance Margin Trading REST API
|
|
2116
|
-
*
|
|
2117
|
-
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2118
|
-
*
|
|
2119
|
-
* The version of the OpenAPI document: 1.0.0
|
|
2120
|
-
*
|
|
2121
|
-
*
|
|
2122
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2123
|
-
* https://openapi-generator.tech
|
|
2124
|
-
* Do not edit the class manually.
|
|
2125
|
-
*/
|
|
2126
|
-
/**
|
|
2127
|
-
*
|
|
2128
|
-
* @export
|
|
2129
|
-
* @interface MarginAccountNewOrderResponse2
|
|
2130
|
-
*/
|
|
2131
|
-
interface MarginAccountNewOrderResponse2 {
|
|
2132
|
-
/**
|
|
2133
|
-
*
|
|
2134
|
-
* @type {string}
|
|
2135
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2136
|
-
*/
|
|
2137
|
-
symbol?: string;
|
|
2138
|
-
/**
|
|
2139
|
-
*
|
|
2140
|
-
* @type {number}
|
|
2141
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2142
|
-
*/
|
|
2143
|
-
orderId?: number;
|
|
2144
|
-
/**
|
|
2145
|
-
*
|
|
2146
|
-
* @type {string}
|
|
2147
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2148
|
-
*/
|
|
2149
|
-
clientOrderId?: string;
|
|
2150
|
-
/**
|
|
2151
|
-
*
|
|
2152
|
-
* @type {number}
|
|
2153
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2154
|
-
*/
|
|
2155
|
-
transactTime?: number;
|
|
2156
|
-
/**
|
|
2157
|
-
*
|
|
2158
|
-
* @type {string}
|
|
2159
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2085
|
+
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2160
2086
|
*/
|
|
2161
2087
|
price?: string;
|
|
2162
2088
|
/**
|
|
2163
2089
|
*
|
|
2164
2090
|
* @type {string}
|
|
2165
|
-
* @memberof
|
|
2166
|
-
*/
|
|
2167
|
-
origQty?: string;
|
|
2168
|
-
/**
|
|
2169
|
-
*
|
|
2170
|
-
* @type {string}
|
|
2171
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2172
|
-
*/
|
|
2173
|
-
executedQty?: string;
|
|
2174
|
-
/**
|
|
2175
|
-
*
|
|
2176
|
-
* @type {string}
|
|
2177
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2178
|
-
*/
|
|
2179
|
-
cummulativeQuoteQty?: string;
|
|
2180
|
-
/**
|
|
2181
|
-
*
|
|
2182
|
-
* @type {string}
|
|
2183
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2184
|
-
*/
|
|
2185
|
-
status?: string;
|
|
2186
|
-
/**
|
|
2187
|
-
*
|
|
2188
|
-
* @type {string}
|
|
2189
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2190
|
-
*/
|
|
2191
|
-
timeInForce?: string;
|
|
2192
|
-
/**
|
|
2193
|
-
*
|
|
2194
|
-
* @type {string}
|
|
2195
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2196
|
-
*/
|
|
2197
|
-
type?: string;
|
|
2198
|
-
/**
|
|
2199
|
-
*
|
|
2200
|
-
* @type {string}
|
|
2201
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2202
|
-
*/
|
|
2203
|
-
side?: string;
|
|
2204
|
-
/**
|
|
2205
|
-
*
|
|
2206
|
-
* @type {boolean}
|
|
2207
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2208
|
-
*/
|
|
2209
|
-
isIsolated?: boolean;
|
|
2210
|
-
/**
|
|
2211
|
-
*
|
|
2212
|
-
* @type {string}
|
|
2213
|
-
* @memberof MarginAccountNewOrderResponse2
|
|
2214
|
-
*/
|
|
2215
|
-
selfTradePreventionMode?: string;
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
/**
|
|
2219
|
-
* Binance Margin Trading REST API
|
|
2220
|
-
*
|
|
2221
|
-
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2222
|
-
*
|
|
2223
|
-
* The version of the OpenAPI document: 1.0.0
|
|
2224
|
-
*
|
|
2225
|
-
*
|
|
2226
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2227
|
-
* https://openapi-generator.tech
|
|
2228
|
-
* Do not edit the class manually.
|
|
2229
|
-
*/
|
|
2230
|
-
/**
|
|
2231
|
-
*
|
|
2232
|
-
* @export
|
|
2233
|
-
* @interface MarginAccountNewOrderResponse3FillsInner
|
|
2234
|
-
*/
|
|
2235
|
-
interface MarginAccountNewOrderResponse3FillsInner {
|
|
2236
|
-
/**
|
|
2237
|
-
*
|
|
2238
|
-
* @type {string}
|
|
2239
|
-
* @memberof MarginAccountNewOrderResponse3FillsInner
|
|
2240
|
-
*/
|
|
2241
|
-
price?: string;
|
|
2242
|
-
/**
|
|
2243
|
-
*
|
|
2244
|
-
* @type {string}
|
|
2245
|
-
* @memberof MarginAccountNewOrderResponse3FillsInner
|
|
2091
|
+
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2246
2092
|
*/
|
|
2247
2093
|
qty?: string;
|
|
2248
2094
|
/**
|
|
2249
2095
|
*
|
|
2250
2096
|
* @type {string}
|
|
2251
|
-
* @memberof
|
|
2097
|
+
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2252
2098
|
*/
|
|
2253
2099
|
commission?: string;
|
|
2254
2100
|
/**
|
|
2255
2101
|
*
|
|
2256
2102
|
* @type {string}
|
|
2257
|
-
* @memberof
|
|
2103
|
+
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2258
2104
|
*/
|
|
2259
2105
|
commissionAsset?: string;
|
|
2260
2106
|
/**
|
|
2261
2107
|
*
|
|
2262
2108
|
* @type {number}
|
|
2263
|
-
* @memberof
|
|
2109
|
+
* @memberof MarginAccountNewOrderResponseFillsInner
|
|
2264
2110
|
*/
|
|
2265
2111
|
tradeId?: number;
|
|
2266
2112
|
}
|
|
@@ -2281,132 +2127,113 @@ interface MarginAccountNewOrderResponse3FillsInner {
|
|
|
2281
2127
|
/**
|
|
2282
2128
|
*
|
|
2283
2129
|
* @export
|
|
2284
|
-
* @interface
|
|
2130
|
+
* @interface MarginAccountNewOrderResponse
|
|
2285
2131
|
*/
|
|
2286
|
-
interface
|
|
2132
|
+
interface MarginAccountNewOrderResponse {
|
|
2287
2133
|
/**
|
|
2288
2134
|
*
|
|
2289
2135
|
* @type {string}
|
|
2290
|
-
* @memberof
|
|
2136
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2291
2137
|
*/
|
|
2292
2138
|
symbol?: string;
|
|
2293
2139
|
/**
|
|
2294
2140
|
*
|
|
2295
2141
|
* @type {number}
|
|
2296
|
-
* @memberof
|
|
2142
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2297
2143
|
*/
|
|
2298
2144
|
orderId?: number;
|
|
2299
2145
|
/**
|
|
2300
2146
|
*
|
|
2301
2147
|
* @type {string}
|
|
2302
|
-
* @memberof
|
|
2148
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2303
2149
|
*/
|
|
2304
2150
|
clientOrderId?: string;
|
|
2151
|
+
/**
|
|
2152
|
+
*
|
|
2153
|
+
* @type {boolean}
|
|
2154
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2155
|
+
*/
|
|
2156
|
+
isIsolated?: boolean;
|
|
2305
2157
|
/**
|
|
2306
2158
|
*
|
|
2307
2159
|
* @type {number}
|
|
2308
|
-
* @memberof
|
|
2160
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2309
2161
|
*/
|
|
2310
2162
|
transactTime?: number;
|
|
2311
2163
|
/**
|
|
2312
2164
|
*
|
|
2313
2165
|
* @type {string}
|
|
2314
|
-
* @memberof
|
|
2166
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2315
2167
|
*/
|
|
2316
2168
|
price?: string;
|
|
2317
2169
|
/**
|
|
2318
2170
|
*
|
|
2319
2171
|
* @type {string}
|
|
2320
|
-
* @memberof
|
|
2172
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2321
2173
|
*/
|
|
2322
2174
|
origQty?: string;
|
|
2323
2175
|
/**
|
|
2324
2176
|
*
|
|
2325
2177
|
* @type {string}
|
|
2326
|
-
* @memberof
|
|
2178
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2327
2179
|
*/
|
|
2328
2180
|
executedQty?: string;
|
|
2329
2181
|
/**
|
|
2330
2182
|
*
|
|
2331
2183
|
* @type {string}
|
|
2332
|
-
* @memberof
|
|
2184
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2333
2185
|
*/
|
|
2334
2186
|
cummulativeQuoteQty?: string;
|
|
2335
2187
|
/**
|
|
2336
2188
|
*
|
|
2337
2189
|
* @type {string}
|
|
2338
|
-
* @memberof
|
|
2190
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2339
2191
|
*/
|
|
2340
2192
|
status?: string;
|
|
2341
2193
|
/**
|
|
2342
2194
|
*
|
|
2343
2195
|
* @type {string}
|
|
2344
|
-
* @memberof
|
|
2196
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2345
2197
|
*/
|
|
2346
2198
|
timeInForce?: string;
|
|
2347
2199
|
/**
|
|
2348
2200
|
*
|
|
2349
2201
|
* @type {string}
|
|
2350
|
-
* @memberof
|
|
2202
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2351
2203
|
*/
|
|
2352
2204
|
type?: string;
|
|
2353
2205
|
/**
|
|
2354
2206
|
*
|
|
2355
2207
|
* @type {string}
|
|
2356
|
-
* @memberof
|
|
2208
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2357
2209
|
*/
|
|
2358
2210
|
side?: string;
|
|
2359
|
-
/**
|
|
2360
|
-
*
|
|
2361
|
-
* @type {number}
|
|
2362
|
-
* @memberof MarginAccountNewOrderResponse3
|
|
2363
|
-
*/
|
|
2364
|
-
marginBuyBorrowAmount?: number;
|
|
2365
2211
|
/**
|
|
2366
2212
|
*
|
|
2367
2213
|
* @type {string}
|
|
2368
|
-
* @memberof
|
|
2214
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2369
2215
|
*/
|
|
2370
|
-
|
|
2216
|
+
selfTradePreventionMode?: string;
|
|
2371
2217
|
/**
|
|
2372
2218
|
*
|
|
2373
|
-
* @type {
|
|
2374
|
-
* @memberof
|
|
2219
|
+
* @type {number}
|
|
2220
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2375
2221
|
*/
|
|
2376
|
-
|
|
2222
|
+
marginBuyBorrowAmount?: number;
|
|
2377
2223
|
/**
|
|
2378
2224
|
*
|
|
2379
2225
|
* @type {string}
|
|
2380
|
-
* @memberof
|
|
2226
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2381
2227
|
*/
|
|
2382
|
-
|
|
2228
|
+
marginBuyBorrowAsset?: string;
|
|
2383
2229
|
/**
|
|
2384
2230
|
*
|
|
2385
|
-
* @type {Array<
|
|
2386
|
-
* @memberof
|
|
2231
|
+
* @type {Array<MarginAccountNewOrderResponseFillsInner>}
|
|
2232
|
+
* @memberof MarginAccountNewOrderResponse
|
|
2387
2233
|
*/
|
|
2388
|
-
fills?: Array<
|
|
2234
|
+
fills?: Array<MarginAccountNewOrderResponseFillsInner>;
|
|
2389
2235
|
}
|
|
2390
2236
|
|
|
2391
|
-
/**
|
|
2392
|
-
* Binance Margin Trading REST API
|
|
2393
|
-
*
|
|
2394
|
-
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
2395
|
-
*
|
|
2396
|
-
* The version of the OpenAPI document: 1.0.0
|
|
2397
|
-
*
|
|
2398
|
-
*
|
|
2399
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2400
|
-
* https://openapi-generator.tech
|
|
2401
|
-
* Do not edit the class manually.
|
|
2402
|
-
*/
|
|
2403
|
-
|
|
2404
|
-
/**
|
|
2405
|
-
* @type MarginAccountNewOrderResponse
|
|
2406
|
-
* @export
|
|
2407
|
-
*/
|
|
2408
|
-
type MarginAccountNewOrderResponse = MarginAccountNewOrderResponse1 | MarginAccountNewOrderResponse2 | MarginAccountNewOrderResponse3;
|
|
2409
|
-
|
|
2410
2237
|
/**
|
|
2411
2238
|
* Binance Margin Trading REST API
|
|
2412
2239
|
*
|
|
@@ -3467,67 +3294,67 @@ interface QueryEnabledIsolatedMarginAccountLimitResponse {
|
|
|
3467
3294
|
/**
|
|
3468
3295
|
*
|
|
3469
3296
|
* @export
|
|
3470
|
-
* @interface
|
|
3297
|
+
* @interface QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3471
3298
|
*/
|
|
3472
|
-
interface
|
|
3299
|
+
interface QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset {
|
|
3473
3300
|
/**
|
|
3474
3301
|
*
|
|
3475
3302
|
* @type {string}
|
|
3476
|
-
* @memberof
|
|
3303
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3477
3304
|
*/
|
|
3478
3305
|
asset?: string;
|
|
3479
3306
|
/**
|
|
3480
3307
|
*
|
|
3481
3308
|
* @type {boolean}
|
|
3482
|
-
* @memberof
|
|
3309
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3483
3310
|
*/
|
|
3484
3311
|
borrowEnabled?: boolean;
|
|
3485
3312
|
/**
|
|
3486
3313
|
*
|
|
3487
3314
|
* @type {string}
|
|
3488
|
-
* @memberof
|
|
3315
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3489
3316
|
*/
|
|
3490
3317
|
borrowed?: string;
|
|
3491
3318
|
/**
|
|
3492
3319
|
*
|
|
3493
3320
|
* @type {string}
|
|
3494
|
-
* @memberof
|
|
3321
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3495
3322
|
*/
|
|
3496
3323
|
free?: string;
|
|
3497
3324
|
/**
|
|
3498
3325
|
*
|
|
3499
3326
|
* @type {string}
|
|
3500
|
-
* @memberof
|
|
3327
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3501
3328
|
*/
|
|
3502
3329
|
interest?: string;
|
|
3503
3330
|
/**
|
|
3504
3331
|
*
|
|
3505
3332
|
* @type {string}
|
|
3506
|
-
* @memberof
|
|
3333
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3507
3334
|
*/
|
|
3508
3335
|
locked?: string;
|
|
3509
3336
|
/**
|
|
3510
3337
|
*
|
|
3511
3338
|
* @type {string}
|
|
3512
|
-
* @memberof
|
|
3339
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3513
3340
|
*/
|
|
3514
3341
|
netAsset?: string;
|
|
3515
3342
|
/**
|
|
3516
3343
|
*
|
|
3517
3344
|
* @type {string}
|
|
3518
|
-
* @memberof
|
|
3345
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3519
3346
|
*/
|
|
3520
3347
|
netAssetOfBtc?: string;
|
|
3521
3348
|
/**
|
|
3522
3349
|
*
|
|
3523
3350
|
* @type {boolean}
|
|
3524
|
-
* @memberof
|
|
3351
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3525
3352
|
*/
|
|
3526
3353
|
repayEnabled?: boolean;
|
|
3527
3354
|
/**
|
|
3528
3355
|
*
|
|
3529
3356
|
* @type {string}
|
|
3530
|
-
* @memberof
|
|
3357
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset
|
|
3531
3358
|
*/
|
|
3532
3359
|
totalAsset?: string;
|
|
3533
3360
|
}
|
|
@@ -3547,67 +3374,67 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset {
|
|
|
3547
3374
|
/**
|
|
3548
3375
|
*
|
|
3549
3376
|
* @export
|
|
3550
|
-
* @interface
|
|
3377
|
+
* @interface QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3551
3378
|
*/
|
|
3552
|
-
interface
|
|
3379
|
+
interface QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset {
|
|
3553
3380
|
/**
|
|
3554
3381
|
*
|
|
3555
3382
|
* @type {string}
|
|
3556
|
-
* @memberof
|
|
3383
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3557
3384
|
*/
|
|
3558
3385
|
asset?: string;
|
|
3559
3386
|
/**
|
|
3560
3387
|
*
|
|
3561
3388
|
* @type {boolean}
|
|
3562
|
-
* @memberof
|
|
3389
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3563
3390
|
*/
|
|
3564
3391
|
borrowEnabled?: boolean;
|
|
3565
3392
|
/**
|
|
3566
3393
|
*
|
|
3567
3394
|
* @type {string}
|
|
3568
|
-
* @memberof
|
|
3395
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3569
3396
|
*/
|
|
3570
3397
|
borrowed?: string;
|
|
3571
3398
|
/**
|
|
3572
3399
|
*
|
|
3573
3400
|
* @type {string}
|
|
3574
|
-
* @memberof
|
|
3401
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3575
3402
|
*/
|
|
3576
3403
|
free?: string;
|
|
3577
3404
|
/**
|
|
3578
3405
|
*
|
|
3579
3406
|
* @type {string}
|
|
3580
|
-
* @memberof
|
|
3407
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3581
3408
|
*/
|
|
3582
3409
|
interest?: string;
|
|
3583
3410
|
/**
|
|
3584
3411
|
*
|
|
3585
3412
|
* @type {string}
|
|
3586
|
-
* @memberof
|
|
3413
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3587
3414
|
*/
|
|
3588
3415
|
locked?: string;
|
|
3589
3416
|
/**
|
|
3590
3417
|
*
|
|
3591
3418
|
* @type {string}
|
|
3592
|
-
* @memberof
|
|
3419
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3593
3420
|
*/
|
|
3594
3421
|
netAsset?: string;
|
|
3595
3422
|
/**
|
|
3596
3423
|
*
|
|
3597
3424
|
* @type {string}
|
|
3598
|
-
* @memberof
|
|
3425
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3599
3426
|
*/
|
|
3600
3427
|
netAssetOfBtc?: string;
|
|
3601
3428
|
/**
|
|
3602
3429
|
*
|
|
3603
3430
|
* @type {boolean}
|
|
3604
|
-
* @memberof
|
|
3431
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3605
3432
|
*/
|
|
3606
3433
|
repayEnabled?: boolean;
|
|
3607
3434
|
/**
|
|
3608
3435
|
*
|
|
3609
3436
|
* @type {string}
|
|
3610
|
-
* @memberof
|
|
3437
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset
|
|
3611
3438
|
*/
|
|
3612
3439
|
totalAsset?: string;
|
|
3613
3440
|
}
|
|
@@ -3628,79 +3455,79 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset {
|
|
|
3628
3455
|
/**
|
|
3629
3456
|
*
|
|
3630
3457
|
* @export
|
|
3631
|
-
* @interface
|
|
3458
|
+
* @interface QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3632
3459
|
*/
|
|
3633
|
-
interface
|
|
3460
|
+
interface QueryIsolatedMarginAccountInfoResponseAssetsInner {
|
|
3634
3461
|
/**
|
|
3635
3462
|
*
|
|
3636
|
-
* @type {
|
|
3637
|
-
* @memberof
|
|
3463
|
+
* @type {QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset}
|
|
3464
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3638
3465
|
*/
|
|
3639
|
-
baseAsset?:
|
|
3466
|
+
baseAsset?: QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset;
|
|
3640
3467
|
/**
|
|
3641
3468
|
*
|
|
3642
|
-
* @type {
|
|
3643
|
-
* @memberof
|
|
3469
|
+
* @type {QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset}
|
|
3470
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3644
3471
|
*/
|
|
3645
|
-
quoteAsset?:
|
|
3472
|
+
quoteAsset?: QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset;
|
|
3646
3473
|
/**
|
|
3647
3474
|
*
|
|
3648
3475
|
* @type {string}
|
|
3649
|
-
* @memberof
|
|
3476
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3650
3477
|
*/
|
|
3651
3478
|
symbol?: string;
|
|
3652
3479
|
/**
|
|
3653
3480
|
*
|
|
3654
3481
|
* @type {boolean}
|
|
3655
|
-
* @memberof
|
|
3482
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3656
3483
|
*/
|
|
3657
3484
|
isolatedCreated?: boolean;
|
|
3658
3485
|
/**
|
|
3659
3486
|
*
|
|
3660
3487
|
* @type {boolean}
|
|
3661
|
-
* @memberof
|
|
3488
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3662
3489
|
*/
|
|
3663
3490
|
enabled?: boolean;
|
|
3664
3491
|
/**
|
|
3665
3492
|
*
|
|
3666
3493
|
* @type {string}
|
|
3667
|
-
* @memberof
|
|
3494
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3668
3495
|
*/
|
|
3669
3496
|
marginLevel?: string;
|
|
3670
3497
|
/**
|
|
3671
3498
|
*
|
|
3672
3499
|
* @type {string}
|
|
3673
|
-
* @memberof
|
|
3500
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3674
3501
|
*/
|
|
3675
3502
|
marginLevelStatus?: string;
|
|
3676
3503
|
/**
|
|
3677
3504
|
*
|
|
3678
3505
|
* @type {string}
|
|
3679
|
-
* @memberof
|
|
3506
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3680
3507
|
*/
|
|
3681
3508
|
marginRatio?: string;
|
|
3682
3509
|
/**
|
|
3683
3510
|
*
|
|
3684
3511
|
* @type {string}
|
|
3685
|
-
* @memberof
|
|
3512
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3686
3513
|
*/
|
|
3687
3514
|
indexPrice?: string;
|
|
3688
3515
|
/**
|
|
3689
3516
|
*
|
|
3690
3517
|
* @type {string}
|
|
3691
|
-
* @memberof
|
|
3518
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3692
3519
|
*/
|
|
3693
3520
|
liquidatePrice?: string;
|
|
3694
3521
|
/**
|
|
3695
3522
|
*
|
|
3696
3523
|
* @type {string}
|
|
3697
|
-
* @memberof
|
|
3524
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3698
3525
|
*/
|
|
3699
3526
|
liquidateRate?: string;
|
|
3700
3527
|
/**
|
|
3701
3528
|
*
|
|
3702
3529
|
* @type {boolean}
|
|
3703
|
-
* @memberof
|
|
3530
|
+
* @memberof QueryIsolatedMarginAccountInfoResponseAssetsInner
|
|
3704
3531
|
*/
|
|
3705
3532
|
tradeEnabled?: boolean;
|
|
3706
3533
|
}
|
|
@@ -3721,81 +3548,35 @@ interface QueryIsolatedMarginAccountInfoResponse1AssetsInner {
|
|
|
3721
3548
|
/**
|
|
3722
3549
|
*
|
|
3723
3550
|
* @export
|
|
3724
|
-
* @interface
|
|
3551
|
+
* @interface QueryIsolatedMarginAccountInfoResponse
|
|
3725
3552
|
*/
|
|
3726
|
-
interface
|
|
3553
|
+
interface QueryIsolatedMarginAccountInfoResponse {
|
|
3727
3554
|
/**
|
|
3728
3555
|
*
|
|
3729
|
-
* @type {Array<
|
|
3730
|
-
* @memberof
|
|
3556
|
+
* @type {Array<QueryIsolatedMarginAccountInfoResponseAssetsInner>}
|
|
3557
|
+
* @memberof QueryIsolatedMarginAccountInfoResponse
|
|
3731
3558
|
*/
|
|
3732
|
-
assets?: Array<
|
|
3559
|
+
assets?: Array<QueryIsolatedMarginAccountInfoResponseAssetsInner>;
|
|
3733
3560
|
/**
|
|
3734
3561
|
*
|
|
3735
3562
|
* @type {string}
|
|
3736
|
-
* @memberof
|
|
3563
|
+
* @memberof QueryIsolatedMarginAccountInfoResponse
|
|
3737
3564
|
*/
|
|
3738
3565
|
totalAssetOfBtc?: string;
|
|
3739
3566
|
/**
|
|
3740
3567
|
*
|
|
3741
3568
|
* @type {string}
|
|
3742
|
-
* @memberof
|
|
3569
|
+
* @memberof QueryIsolatedMarginAccountInfoResponse
|
|
3743
3570
|
*/
|
|
3744
3571
|
totalLiabilityOfBtc?: string;
|
|
3745
3572
|
/**
|
|
3746
3573
|
*
|
|
3747
3574
|
* @type {string}
|
|
3748
|
-
* @memberof
|
|
3575
|
+
* @memberof QueryIsolatedMarginAccountInfoResponse
|
|
3749
3576
|
*/
|
|
3750
3577
|
totalNetAssetOfBtc?: string;
|
|
3751
3578
|
}
|
|
3752
3579
|
|
|
3753
|
-
/**
|
|
3754
|
-
* Binance Margin Trading REST API
|
|
3755
|
-
*
|
|
3756
|
-
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3757
|
-
*
|
|
3758
|
-
* The version of the OpenAPI document: 1.0.0
|
|
3759
|
-
*
|
|
3760
|
-
*
|
|
3761
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3762
|
-
* https://openapi-generator.tech
|
|
3763
|
-
* Do not edit the class manually.
|
|
3764
|
-
*/
|
|
3765
|
-
|
|
3766
|
-
/**
|
|
3767
|
-
*
|
|
3768
|
-
* @export
|
|
3769
|
-
* @interface QueryIsolatedMarginAccountInfoResponse2
|
|
3770
|
-
*/
|
|
3771
|
-
interface QueryIsolatedMarginAccountInfoResponse2 {
|
|
3772
|
-
/**
|
|
3773
|
-
*
|
|
3774
|
-
* @type {Array<QueryIsolatedMarginAccountInfoResponse1AssetsInner>}
|
|
3775
|
-
* @memberof QueryIsolatedMarginAccountInfoResponse2
|
|
3776
|
-
*/
|
|
3777
|
-
assets?: Array<QueryIsolatedMarginAccountInfoResponse1AssetsInner>;
|
|
3778
|
-
}
|
|
3779
|
-
|
|
3780
|
-
/**
|
|
3781
|
-
* Binance Margin Trading REST API
|
|
3782
|
-
*
|
|
3783
|
-
* OpenAPI Specification for the Binance Margin Trading REST API
|
|
3784
|
-
*
|
|
3785
|
-
* The version of the OpenAPI document: 1.0.0
|
|
3786
|
-
*
|
|
3787
|
-
*
|
|
3788
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3789
|
-
* https://openapi-generator.tech
|
|
3790
|
-
* Do not edit the class manually.
|
|
3791
|
-
*/
|
|
3792
|
-
|
|
3793
|
-
/**
|
|
3794
|
-
* @type QueryIsolatedMarginAccountInfoResponse
|
|
3795
|
-
* @export
|
|
3796
|
-
*/
|
|
3797
|
-
type QueryIsolatedMarginAccountInfoResponse = QueryIsolatedMarginAccountInfoResponse1 | QueryIsolatedMarginAccountInfoResponse2;
|
|
3798
|
-
|
|
3799
3580
|
/**
|
|
3800
3581
|
* Binance Margin Trading REST API
|
|
3801
3582
|
*
|
|
@@ -10343,10 +10124,7 @@ type index_MarginAccountNewOcoSideEnum = MarginAccountNewOcoSideEnum;
|
|
|
10343
10124
|
type index_MarginAccountNewOrderNewOrderRespTypeEnum = MarginAccountNewOrderNewOrderRespTypeEnum;
|
|
10344
10125
|
type index_MarginAccountNewOrderRequest = MarginAccountNewOrderRequest;
|
|
10345
10126
|
type index_MarginAccountNewOrderResponse = MarginAccountNewOrderResponse;
|
|
10346
|
-
type
|
|
10347
|
-
type index_MarginAccountNewOrderResponse2 = MarginAccountNewOrderResponse2;
|
|
10348
|
-
type index_MarginAccountNewOrderResponse3 = MarginAccountNewOrderResponse3;
|
|
10349
|
-
type index_MarginAccountNewOrderResponse3FillsInner = MarginAccountNewOrderResponse3FillsInner;
|
|
10127
|
+
type index_MarginAccountNewOrderResponseFillsInner = MarginAccountNewOrderResponseFillsInner;
|
|
10350
10128
|
type index_MarginAccountNewOrderSideEnum = MarginAccountNewOrderSideEnum;
|
|
10351
10129
|
type index_MarginAccountNewOrderTimeInForceEnum = MarginAccountNewOrderTimeInForceEnum;
|
|
10352
10130
|
type index_MarginAccountNewOtoNewOrderRespTypeEnum = MarginAccountNewOtoNewOrderRespTypeEnum;
|
|
@@ -10383,11 +10161,9 @@ type index_QueryEnabledIsolatedMarginAccountLimitRequest = QueryEnabledIsolatedM
|
|
|
10383
10161
|
type index_QueryEnabledIsolatedMarginAccountLimitResponse = QueryEnabledIsolatedMarginAccountLimitResponse;
|
|
10384
10162
|
type index_QueryIsolatedMarginAccountInfoRequest = QueryIsolatedMarginAccountInfoRequest;
|
|
10385
10163
|
type index_QueryIsolatedMarginAccountInfoResponse = QueryIsolatedMarginAccountInfoResponse;
|
|
10386
|
-
type
|
|
10387
|
-
type
|
|
10388
|
-
type
|
|
10389
|
-
type index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset = QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset;
|
|
10390
|
-
type index_QueryIsolatedMarginAccountInfoResponse2 = QueryIsolatedMarginAccountInfoResponse2;
|
|
10164
|
+
type index_QueryIsolatedMarginAccountInfoResponseAssetsInner = QueryIsolatedMarginAccountInfoResponseAssetsInner;
|
|
10165
|
+
type index_QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset = QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset;
|
|
10166
|
+
type index_QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset = QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset;
|
|
10391
10167
|
type index_QueryIsolatedMarginFeeDataRequest = QueryIsolatedMarginFeeDataRequest;
|
|
10392
10168
|
type index_QueryIsolatedMarginFeeDataResponse = QueryIsolatedMarginFeeDataResponse;
|
|
10393
10169
|
type index_QueryIsolatedMarginFeeDataResponseInner = QueryIsolatedMarginFeeDataResponseInner;
|
|
@@ -10457,7 +10233,7 @@ type index_TransferApi = TransferApi;
|
|
|
10457
10233
|
declare const index_TransferApi: typeof TransferApi;
|
|
10458
10234
|
type index_TransferApiInterface = TransferApiInterface;
|
|
10459
10235
|
declare namespace index {
|
|
10460
|
-
export { index_AccountApi as AccountApi, type index_AccountApiInterface as AccountApiInterface, type index_AdjustCrossMarginMaxLeverageRequest as AdjustCrossMarginMaxLeverageRequest, type index_AdjustCrossMarginMaxLeverageResponse as AdjustCrossMarginMaxLeverageResponse, index_BorrowRepayApi as BorrowRepayApi, type index_BorrowRepayApiInterface as BorrowRepayApiInterface, type index_CloseIsolatedMarginUserDataStreamRequest as CloseIsolatedMarginUserDataStreamRequest, type index_CloseMarginUserDataStreamRequest as CloseMarginUserDataStreamRequest, type index_CreateSpecialKeyRequest as CreateSpecialKeyRequest, type index_CreateSpecialKeyResponse as CreateSpecialKeyResponse, type index_CrossMarginCollateralRatioResponse as CrossMarginCollateralRatioResponse, type index_CrossMarginCollateralRatioResponseInner as CrossMarginCollateralRatioResponseInner, type index_CrossMarginCollateralRatioResponseInnerCollateralsInner as CrossMarginCollateralRatioResponseInnerCollateralsInner, type index_DeleteSpecialKeyRequest as DeleteSpecialKeyRequest, type index_DisableIsolatedMarginAccountRequest as DisableIsolatedMarginAccountRequest, type index_DisableIsolatedMarginAccountResponse as DisableIsolatedMarginAccountResponse, type index_EditIpForSpecialKeyRequest as EditIpForSpecialKeyRequest, type index_EnableIsolatedMarginAccountRequest as EnableIsolatedMarginAccountRequest, type index_EnableIsolatedMarginAccountResponse as EnableIsolatedMarginAccountResponse, type index_GetAllCrossMarginPairsRequest as GetAllCrossMarginPairsRequest, type index_GetAllCrossMarginPairsResponse as GetAllCrossMarginPairsResponse, type index_GetAllCrossMarginPairsResponseInner as GetAllCrossMarginPairsResponseInner, type index_GetAllIsolatedMarginSymbolRequest as GetAllIsolatedMarginSymbolRequest, type index_GetAllIsolatedMarginSymbolResponse as GetAllIsolatedMarginSymbolResponse, type index_GetAllIsolatedMarginSymbolResponseInner as GetAllIsolatedMarginSymbolResponseInner, type index_GetAllMarginAssetsRequest as GetAllMarginAssetsRequest, type index_GetAllMarginAssetsResponse as GetAllMarginAssetsResponse, type index_GetAllMarginAssetsResponseInner as GetAllMarginAssetsResponseInner, type index_GetBnbBurnStatusRequest as GetBnbBurnStatusRequest, type index_GetBnbBurnStatusResponse as GetBnbBurnStatusResponse, type index_GetCrossMarginTransferHistoryRequest as GetCrossMarginTransferHistoryRequest, type index_GetCrossMarginTransferHistoryResponse as GetCrossMarginTransferHistoryResponse, type index_GetCrossMarginTransferHistoryResponseRowsInner as GetCrossMarginTransferHistoryResponseRowsInner, type index_GetDelistScheduleRequest as GetDelistScheduleRequest, type index_GetDelistScheduleResponse as GetDelistScheduleResponse, type index_GetDelistScheduleResponseInner as GetDelistScheduleResponseInner, type index_GetForceLiquidationRecordRequest as GetForceLiquidationRecordRequest, type index_GetForceLiquidationRecordResponse as GetForceLiquidationRecordResponse, type index_GetForceLiquidationRecordResponseRowsInner as GetForceLiquidationRecordResponseRowsInner, type index_GetFutureHourlyInterestRateRequest as GetFutureHourlyInterestRateRequest, type index_GetFutureHourlyInterestRateResponse as GetFutureHourlyInterestRateResponse, type index_GetFutureHourlyInterestRateResponseInner as GetFutureHourlyInterestRateResponseInner, type index_GetInterestHistoryRequest as GetInterestHistoryRequest, type index_GetInterestHistoryResponse as GetInterestHistoryResponse, type index_GetInterestHistoryResponseRowsInner as GetInterestHistoryResponseRowsInner, type index_GetSmallLiabilityExchangeCoinListRequest as GetSmallLiabilityExchangeCoinListRequest, type index_GetSmallLiabilityExchangeCoinListResponse as GetSmallLiabilityExchangeCoinListResponse, type index_GetSmallLiabilityExchangeCoinListResponseInner as GetSmallLiabilityExchangeCoinListResponseInner, type index_GetSmallLiabilityExchangeHistoryRequest as GetSmallLiabilityExchangeHistoryRequest, type index_GetSmallLiabilityExchangeHistoryResponse as GetSmallLiabilityExchangeHistoryResponse, type index_GetSmallLiabilityExchangeHistoryResponseRowsInner as GetSmallLiabilityExchangeHistoryResponseRowsInner, type index_GetSummaryOfMarginAccountRequest as GetSummaryOfMarginAccountRequest, type index_GetSummaryOfMarginAccountResponse as GetSummaryOfMarginAccountResponse, type index_KeepaliveIsolatedMarginUserDataStreamRequest as KeepaliveIsolatedMarginUserDataStreamRequest, type index_KeepaliveMarginUserDataStreamRequest as KeepaliveMarginUserDataStreamRequest, type index_KeepaliveUserDataStreamRequest as KeepaliveUserDataStreamRequest, type index_MarginAccountBorrowRepayRequest as MarginAccountBorrowRepayRequest, type index_MarginAccountBorrowRepayResponse as MarginAccountBorrowRepayResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolRequest as MarginAccountCancelAllOpenOrdersOnASymbolRequest, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponse as MarginAccountCancelAllOpenOrdersOnASymbolResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner, type index_MarginAccountCancelOcoRequest as MarginAccountCancelOcoRequest, type index_MarginAccountCancelOcoResponse as MarginAccountCancelOcoResponse, type index_MarginAccountCancelOcoResponseOrderReportsInner as MarginAccountCancelOcoResponseOrderReportsInner, type index_MarginAccountCancelOcoResponseOrdersInner as MarginAccountCancelOcoResponseOrdersInner, type index_MarginAccountCancelOrderRequest as MarginAccountCancelOrderRequest, type index_MarginAccountCancelOrderResponse as MarginAccountCancelOrderResponse, type index_MarginAccountNewOcoNewOrderRespTypeEnum as MarginAccountNewOcoNewOrderRespTypeEnum, type index_MarginAccountNewOcoRequest as MarginAccountNewOcoRequest, type index_MarginAccountNewOcoResponse as MarginAccountNewOcoResponse, type index_MarginAccountNewOcoResponseOrderReportsInner as MarginAccountNewOcoResponseOrderReportsInner, type index_MarginAccountNewOcoResponseOrdersInner as MarginAccountNewOcoResponseOrdersInner, type index_MarginAccountNewOcoSideEnum as MarginAccountNewOcoSideEnum, type index_MarginAccountNewOrderNewOrderRespTypeEnum as MarginAccountNewOrderNewOrderRespTypeEnum, type index_MarginAccountNewOrderRequest as MarginAccountNewOrderRequest, type index_MarginAccountNewOrderResponse as MarginAccountNewOrderResponse, type index_MarginAccountNewOrderResponse1 as MarginAccountNewOrderResponse1, type index_MarginAccountNewOrderResponse2 as MarginAccountNewOrderResponse2, type index_MarginAccountNewOrderResponse3 as MarginAccountNewOrderResponse3, type index_MarginAccountNewOrderResponse3FillsInner as MarginAccountNewOrderResponse3FillsInner, type index_MarginAccountNewOrderSideEnum as MarginAccountNewOrderSideEnum, type index_MarginAccountNewOrderTimeInForceEnum as MarginAccountNewOrderTimeInForceEnum, type index_MarginAccountNewOtoNewOrderRespTypeEnum as MarginAccountNewOtoNewOrderRespTypeEnum, type index_MarginAccountNewOtoRequest as MarginAccountNewOtoRequest, type index_MarginAccountNewOtoResponse as MarginAccountNewOtoResponse, type index_MarginAccountNewOtoResponseOrderReportsInner as MarginAccountNewOtoResponseOrderReportsInner, type index_MarginAccountNewOtoResponseOrdersInner as MarginAccountNewOtoResponseOrdersInner, type index_MarginAccountNewOtocoNewOrderRespTypeEnum as MarginAccountNewOtocoNewOrderRespTypeEnum, type index_MarginAccountNewOtocoRequest as MarginAccountNewOtocoRequest, type index_MarginAccountNewOtocoResponse as MarginAccountNewOtocoResponse, type index_MarginAccountNewOtocoResponseOrderReportsInner as MarginAccountNewOtocoResponseOrderReportsInner, type index_MarginAccountNewOtocoResponseOrdersInner as MarginAccountNewOtocoResponseOrdersInner, type index_MarginManualLiquidationRequest as MarginManualLiquidationRequest, type index_MarginManualLiquidationResponse as MarginManualLiquidationResponse, index_MarketDataApi as MarketDataApi, type index_MarketDataApiInterface as MarketDataApiInterface, type index_QueryBorrowRepayRecordsInMarginAccountRequest as QueryBorrowRepayRecordsInMarginAccountRequest, type index_QueryBorrowRepayRecordsInMarginAccountResponse as QueryBorrowRepayRecordsInMarginAccountResponse, type index_QueryBorrowRepayRecordsInMarginAccountResponseRowsInner as QueryBorrowRepayRecordsInMarginAccountResponseRowsInner, type index_QueryCrossIsolatedMarginCapitalFlowRequest as QueryCrossIsolatedMarginCapitalFlowRequest, type index_QueryCrossIsolatedMarginCapitalFlowResponse as QueryCrossIsolatedMarginCapitalFlowResponse, type index_QueryCrossIsolatedMarginCapitalFlowResponseInner as QueryCrossIsolatedMarginCapitalFlowResponseInner, type index_QueryCrossMarginAccountDetailsRequest as QueryCrossMarginAccountDetailsRequest, type index_QueryCrossMarginAccountDetailsResponse as QueryCrossMarginAccountDetailsResponse, type index_QueryCrossMarginAccountDetailsResponseUserAssetsInner as QueryCrossMarginAccountDetailsResponseUserAssetsInner, type index_QueryCrossMarginFeeDataRequest as QueryCrossMarginFeeDataRequest, type index_QueryCrossMarginFeeDataResponse as QueryCrossMarginFeeDataResponse, type index_QueryCrossMarginFeeDataResponseInner as QueryCrossMarginFeeDataResponseInner, type index_QueryCurrentMarginOrderCountUsageRequest as QueryCurrentMarginOrderCountUsageRequest, type index_QueryCurrentMarginOrderCountUsageResponse as QueryCurrentMarginOrderCountUsageResponse, type index_QueryCurrentMarginOrderCountUsageResponseInner as QueryCurrentMarginOrderCountUsageResponseInner, type index_QueryEnabledIsolatedMarginAccountLimitRequest as QueryEnabledIsolatedMarginAccountLimitRequest, type index_QueryEnabledIsolatedMarginAccountLimitResponse as QueryEnabledIsolatedMarginAccountLimitResponse, type index_QueryIsolatedMarginAccountInfoRequest as QueryIsolatedMarginAccountInfoRequest, type index_QueryIsolatedMarginAccountInfoResponse as QueryIsolatedMarginAccountInfoResponse, type index_QueryIsolatedMarginAccountInfoResponse1 as QueryIsolatedMarginAccountInfoResponse1, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInner as QueryIsolatedMarginAccountInfoResponse1AssetsInner, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerBaseAsset, type index_QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset as QueryIsolatedMarginAccountInfoResponse1AssetsInnerQuoteAsset, type index_QueryIsolatedMarginAccountInfoResponse2 as QueryIsolatedMarginAccountInfoResponse2, type index_QueryIsolatedMarginFeeDataRequest as QueryIsolatedMarginFeeDataRequest, type index_QueryIsolatedMarginFeeDataResponse as QueryIsolatedMarginFeeDataResponse, type index_QueryIsolatedMarginFeeDataResponseInner as QueryIsolatedMarginFeeDataResponseInner, type index_QueryIsolatedMarginFeeDataResponseInnerDataInner as QueryIsolatedMarginFeeDataResponseInnerDataInner, type index_QueryIsolatedMarginTierDataRequest as QueryIsolatedMarginTierDataRequest, type index_QueryIsolatedMarginTierDataResponse as QueryIsolatedMarginTierDataResponse, type index_QueryIsolatedMarginTierDataResponseInner as QueryIsolatedMarginTierDataResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner, type index_QueryMarginAccountsAllOcoRequest as QueryMarginAccountsAllOcoRequest, type index_QueryMarginAccountsAllOcoResponse as QueryMarginAccountsAllOcoResponse, type index_QueryMarginAccountsAllOcoResponseInner as QueryMarginAccountsAllOcoResponseInner, type index_QueryMarginAccountsAllOcoResponseInnerOrdersInner as QueryMarginAccountsAllOcoResponseInnerOrdersInner, type index_QueryMarginAccountsAllOrdersRequest as QueryMarginAccountsAllOrdersRequest, type index_QueryMarginAccountsAllOrdersResponse as QueryMarginAccountsAllOrdersResponse, type index_QueryMarginAccountsAllOrdersResponseInner as QueryMarginAccountsAllOrdersResponseInner, type index_QueryMarginAccountsOcoRequest as QueryMarginAccountsOcoRequest, type index_QueryMarginAccountsOcoResponse as QueryMarginAccountsOcoResponse, type index_QueryMarginAccountsOcoResponseOrdersInner as QueryMarginAccountsOcoResponseOrdersInner, type index_QueryMarginAccountsOpenOcoRequest as QueryMarginAccountsOpenOcoRequest, type index_QueryMarginAccountsOpenOcoResponse as QueryMarginAccountsOpenOcoResponse, type index_QueryMarginAccountsOpenOcoResponseInner as QueryMarginAccountsOpenOcoResponseInner, type index_QueryMarginAccountsOpenOcoResponseInnerOrdersInner as QueryMarginAccountsOpenOcoResponseInnerOrdersInner, type index_QueryMarginAccountsOpenOrdersRequest as QueryMarginAccountsOpenOrdersRequest, type index_QueryMarginAccountsOpenOrdersResponse as QueryMarginAccountsOpenOrdersResponse, type index_QueryMarginAccountsOpenOrdersResponseInner as QueryMarginAccountsOpenOrdersResponseInner, type index_QueryMarginAccountsOrderRequest as QueryMarginAccountsOrderRequest, type index_QueryMarginAccountsOrderResponse as QueryMarginAccountsOrderResponse, type index_QueryMarginAccountsTradeListRequest as QueryMarginAccountsTradeListRequest, type index_QueryMarginAccountsTradeListResponse as QueryMarginAccountsTradeListResponse, type index_QueryMarginAccountsTradeListResponseInner as QueryMarginAccountsTradeListResponseInner, type index_QueryMarginAvailableInventoryRequest as QueryMarginAvailableInventoryRequest, type index_QueryMarginAvailableInventoryResponse as QueryMarginAvailableInventoryResponse, type index_QueryMarginAvailableInventoryResponseAssets as QueryMarginAvailableInventoryResponseAssets, type index_QueryMarginInterestRateHistoryRequest as QueryMarginInterestRateHistoryRequest, type index_QueryMarginInterestRateHistoryResponse as QueryMarginInterestRateHistoryResponse, type index_QueryMarginInterestRateHistoryResponseInner as QueryMarginInterestRateHistoryResponseInner, type index_QueryMarginPriceindexRequest as QueryMarginPriceindexRequest, type index_QueryMarginPriceindexResponse as QueryMarginPriceindexResponse, type index_QueryMaxBorrowRequest as QueryMaxBorrowRequest, type index_QueryMaxBorrowResponse as QueryMaxBorrowResponse, type index_QueryMaxTransferOutAmountRequest as QueryMaxTransferOutAmountRequest, type index_QueryMaxTransferOutAmountResponse as QueryMaxTransferOutAmountResponse, type index_QuerySpecialKeyListRequest as QuerySpecialKeyListRequest, type index_QuerySpecialKeyListResponse as QuerySpecialKeyListResponse, type index_QuerySpecialKeyListResponseInner as QuerySpecialKeyListResponseInner, type index_QuerySpecialKeyRequest as QuerySpecialKeyRequest, type index_QuerySpecialKeyResponse as QuerySpecialKeyResponse, index_RestAPI as RestAPI, index_RiskDataStreamApi as RiskDataStreamApi, type index_RiskDataStreamApiInterface as RiskDataStreamApiInterface, type index_SmallLiabilityExchangeRequest as SmallLiabilityExchangeRequest, type index_StartIsolatedMarginUserDataStreamRequest as StartIsolatedMarginUserDataStreamRequest, type index_StartIsolatedMarginUserDataStreamResponse as StartIsolatedMarginUserDataStreamResponse, type index_StartMarginUserDataStreamResponse as StartMarginUserDataStreamResponse, type index_StartUserDataStreamResponse as StartUserDataStreamResponse, index_TradeApi as TradeApi, type index_TradeApiInterface as TradeApiInterface, index_TradeDataStreamApi as TradeDataStreamApi, type index_TradeDataStreamApiInterface as TradeDataStreamApiInterface, index_TransferApi as TransferApi, type index_TransferApiInterface as TransferApiInterface };
|
|
10236
|
+
export { index_AccountApi as AccountApi, type index_AccountApiInterface as AccountApiInterface, type index_AdjustCrossMarginMaxLeverageRequest as AdjustCrossMarginMaxLeverageRequest, type index_AdjustCrossMarginMaxLeverageResponse as AdjustCrossMarginMaxLeverageResponse, index_BorrowRepayApi as BorrowRepayApi, type index_BorrowRepayApiInterface as BorrowRepayApiInterface, type index_CloseIsolatedMarginUserDataStreamRequest as CloseIsolatedMarginUserDataStreamRequest, type index_CloseMarginUserDataStreamRequest as CloseMarginUserDataStreamRequest, type index_CreateSpecialKeyRequest as CreateSpecialKeyRequest, type index_CreateSpecialKeyResponse as CreateSpecialKeyResponse, type index_CrossMarginCollateralRatioResponse as CrossMarginCollateralRatioResponse, type index_CrossMarginCollateralRatioResponseInner as CrossMarginCollateralRatioResponseInner, type index_CrossMarginCollateralRatioResponseInnerCollateralsInner as CrossMarginCollateralRatioResponseInnerCollateralsInner, type index_DeleteSpecialKeyRequest as DeleteSpecialKeyRequest, type index_DisableIsolatedMarginAccountRequest as DisableIsolatedMarginAccountRequest, type index_DisableIsolatedMarginAccountResponse as DisableIsolatedMarginAccountResponse, type index_EditIpForSpecialKeyRequest as EditIpForSpecialKeyRequest, type index_EnableIsolatedMarginAccountRequest as EnableIsolatedMarginAccountRequest, type index_EnableIsolatedMarginAccountResponse as EnableIsolatedMarginAccountResponse, type index_GetAllCrossMarginPairsRequest as GetAllCrossMarginPairsRequest, type index_GetAllCrossMarginPairsResponse as GetAllCrossMarginPairsResponse, type index_GetAllCrossMarginPairsResponseInner as GetAllCrossMarginPairsResponseInner, type index_GetAllIsolatedMarginSymbolRequest as GetAllIsolatedMarginSymbolRequest, type index_GetAllIsolatedMarginSymbolResponse as GetAllIsolatedMarginSymbolResponse, type index_GetAllIsolatedMarginSymbolResponseInner as GetAllIsolatedMarginSymbolResponseInner, type index_GetAllMarginAssetsRequest as GetAllMarginAssetsRequest, type index_GetAllMarginAssetsResponse as GetAllMarginAssetsResponse, type index_GetAllMarginAssetsResponseInner as GetAllMarginAssetsResponseInner, type index_GetBnbBurnStatusRequest as GetBnbBurnStatusRequest, type index_GetBnbBurnStatusResponse as GetBnbBurnStatusResponse, type index_GetCrossMarginTransferHistoryRequest as GetCrossMarginTransferHistoryRequest, type index_GetCrossMarginTransferHistoryResponse as GetCrossMarginTransferHistoryResponse, type index_GetCrossMarginTransferHistoryResponseRowsInner as GetCrossMarginTransferHistoryResponseRowsInner, type index_GetDelistScheduleRequest as GetDelistScheduleRequest, type index_GetDelistScheduleResponse as GetDelistScheduleResponse, type index_GetDelistScheduleResponseInner as GetDelistScheduleResponseInner, type index_GetForceLiquidationRecordRequest as GetForceLiquidationRecordRequest, type index_GetForceLiquidationRecordResponse as GetForceLiquidationRecordResponse, type index_GetForceLiquidationRecordResponseRowsInner as GetForceLiquidationRecordResponseRowsInner, type index_GetFutureHourlyInterestRateRequest as GetFutureHourlyInterestRateRequest, type index_GetFutureHourlyInterestRateResponse as GetFutureHourlyInterestRateResponse, type index_GetFutureHourlyInterestRateResponseInner as GetFutureHourlyInterestRateResponseInner, type index_GetInterestHistoryRequest as GetInterestHistoryRequest, type index_GetInterestHistoryResponse as GetInterestHistoryResponse, type index_GetInterestHistoryResponseRowsInner as GetInterestHistoryResponseRowsInner, type index_GetSmallLiabilityExchangeCoinListRequest as GetSmallLiabilityExchangeCoinListRequest, type index_GetSmallLiabilityExchangeCoinListResponse as GetSmallLiabilityExchangeCoinListResponse, type index_GetSmallLiabilityExchangeCoinListResponseInner as GetSmallLiabilityExchangeCoinListResponseInner, type index_GetSmallLiabilityExchangeHistoryRequest as GetSmallLiabilityExchangeHistoryRequest, type index_GetSmallLiabilityExchangeHistoryResponse as GetSmallLiabilityExchangeHistoryResponse, type index_GetSmallLiabilityExchangeHistoryResponseRowsInner as GetSmallLiabilityExchangeHistoryResponseRowsInner, type index_GetSummaryOfMarginAccountRequest as GetSummaryOfMarginAccountRequest, type index_GetSummaryOfMarginAccountResponse as GetSummaryOfMarginAccountResponse, type index_KeepaliveIsolatedMarginUserDataStreamRequest as KeepaliveIsolatedMarginUserDataStreamRequest, type index_KeepaliveMarginUserDataStreamRequest as KeepaliveMarginUserDataStreamRequest, type index_KeepaliveUserDataStreamRequest as KeepaliveUserDataStreamRequest, type index_MarginAccountBorrowRepayRequest as MarginAccountBorrowRepayRequest, type index_MarginAccountBorrowRepayResponse as MarginAccountBorrowRepayResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolRequest as MarginAccountCancelAllOpenOrdersOnASymbolRequest, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponse as MarginAccountCancelAllOpenOrdersOnASymbolResponse, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrderReportsInner, type index_MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner as MarginAccountCancelAllOpenOrdersOnASymbolResponseInnerOrdersInner, type index_MarginAccountCancelOcoRequest as MarginAccountCancelOcoRequest, type index_MarginAccountCancelOcoResponse as MarginAccountCancelOcoResponse, type index_MarginAccountCancelOcoResponseOrderReportsInner as MarginAccountCancelOcoResponseOrderReportsInner, type index_MarginAccountCancelOcoResponseOrdersInner as MarginAccountCancelOcoResponseOrdersInner, type index_MarginAccountCancelOrderRequest as MarginAccountCancelOrderRequest, type index_MarginAccountCancelOrderResponse as MarginAccountCancelOrderResponse, type index_MarginAccountNewOcoNewOrderRespTypeEnum as MarginAccountNewOcoNewOrderRespTypeEnum, type index_MarginAccountNewOcoRequest as MarginAccountNewOcoRequest, type index_MarginAccountNewOcoResponse as MarginAccountNewOcoResponse, type index_MarginAccountNewOcoResponseOrderReportsInner as MarginAccountNewOcoResponseOrderReportsInner, type index_MarginAccountNewOcoResponseOrdersInner as MarginAccountNewOcoResponseOrdersInner, type index_MarginAccountNewOcoSideEnum as MarginAccountNewOcoSideEnum, type index_MarginAccountNewOrderNewOrderRespTypeEnum as MarginAccountNewOrderNewOrderRespTypeEnum, type index_MarginAccountNewOrderRequest as MarginAccountNewOrderRequest, type index_MarginAccountNewOrderResponse as MarginAccountNewOrderResponse, type index_MarginAccountNewOrderResponseFillsInner as MarginAccountNewOrderResponseFillsInner, type index_MarginAccountNewOrderSideEnum as MarginAccountNewOrderSideEnum, type index_MarginAccountNewOrderTimeInForceEnum as MarginAccountNewOrderTimeInForceEnum, type index_MarginAccountNewOtoNewOrderRespTypeEnum as MarginAccountNewOtoNewOrderRespTypeEnum, type index_MarginAccountNewOtoRequest as MarginAccountNewOtoRequest, type index_MarginAccountNewOtoResponse as MarginAccountNewOtoResponse, type index_MarginAccountNewOtoResponseOrderReportsInner as MarginAccountNewOtoResponseOrderReportsInner, type index_MarginAccountNewOtoResponseOrdersInner as MarginAccountNewOtoResponseOrdersInner, type index_MarginAccountNewOtocoNewOrderRespTypeEnum as MarginAccountNewOtocoNewOrderRespTypeEnum, type index_MarginAccountNewOtocoRequest as MarginAccountNewOtocoRequest, type index_MarginAccountNewOtocoResponse as MarginAccountNewOtocoResponse, type index_MarginAccountNewOtocoResponseOrderReportsInner as MarginAccountNewOtocoResponseOrderReportsInner, type index_MarginAccountNewOtocoResponseOrdersInner as MarginAccountNewOtocoResponseOrdersInner, type index_MarginManualLiquidationRequest as MarginManualLiquidationRequest, type index_MarginManualLiquidationResponse as MarginManualLiquidationResponse, index_MarketDataApi as MarketDataApi, type index_MarketDataApiInterface as MarketDataApiInterface, type index_QueryBorrowRepayRecordsInMarginAccountRequest as QueryBorrowRepayRecordsInMarginAccountRequest, type index_QueryBorrowRepayRecordsInMarginAccountResponse as QueryBorrowRepayRecordsInMarginAccountResponse, type index_QueryBorrowRepayRecordsInMarginAccountResponseRowsInner as QueryBorrowRepayRecordsInMarginAccountResponseRowsInner, type index_QueryCrossIsolatedMarginCapitalFlowRequest as QueryCrossIsolatedMarginCapitalFlowRequest, type index_QueryCrossIsolatedMarginCapitalFlowResponse as QueryCrossIsolatedMarginCapitalFlowResponse, type index_QueryCrossIsolatedMarginCapitalFlowResponseInner as QueryCrossIsolatedMarginCapitalFlowResponseInner, type index_QueryCrossMarginAccountDetailsRequest as QueryCrossMarginAccountDetailsRequest, type index_QueryCrossMarginAccountDetailsResponse as QueryCrossMarginAccountDetailsResponse, type index_QueryCrossMarginAccountDetailsResponseUserAssetsInner as QueryCrossMarginAccountDetailsResponseUserAssetsInner, type index_QueryCrossMarginFeeDataRequest as QueryCrossMarginFeeDataRequest, type index_QueryCrossMarginFeeDataResponse as QueryCrossMarginFeeDataResponse, type index_QueryCrossMarginFeeDataResponseInner as QueryCrossMarginFeeDataResponseInner, type index_QueryCurrentMarginOrderCountUsageRequest as QueryCurrentMarginOrderCountUsageRequest, type index_QueryCurrentMarginOrderCountUsageResponse as QueryCurrentMarginOrderCountUsageResponse, type index_QueryCurrentMarginOrderCountUsageResponseInner as QueryCurrentMarginOrderCountUsageResponseInner, type index_QueryEnabledIsolatedMarginAccountLimitRequest as QueryEnabledIsolatedMarginAccountLimitRequest, type index_QueryEnabledIsolatedMarginAccountLimitResponse as QueryEnabledIsolatedMarginAccountLimitResponse, type index_QueryIsolatedMarginAccountInfoRequest as QueryIsolatedMarginAccountInfoRequest, type index_QueryIsolatedMarginAccountInfoResponse as QueryIsolatedMarginAccountInfoResponse, type index_QueryIsolatedMarginAccountInfoResponseAssetsInner as QueryIsolatedMarginAccountInfoResponseAssetsInner, type index_QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset as QueryIsolatedMarginAccountInfoResponseAssetsInnerBaseAsset, type index_QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset as QueryIsolatedMarginAccountInfoResponseAssetsInnerQuoteAsset, type index_QueryIsolatedMarginFeeDataRequest as QueryIsolatedMarginFeeDataRequest, type index_QueryIsolatedMarginFeeDataResponse as QueryIsolatedMarginFeeDataResponse, type index_QueryIsolatedMarginFeeDataResponseInner as QueryIsolatedMarginFeeDataResponseInner, type index_QueryIsolatedMarginFeeDataResponseInnerDataInner as QueryIsolatedMarginFeeDataResponseInnerDataInner, type index_QueryIsolatedMarginTierDataRequest as QueryIsolatedMarginTierDataRequest, type index_QueryIsolatedMarginTierDataResponse as QueryIsolatedMarginTierDataResponse, type index_QueryIsolatedMarginTierDataResponseInner as QueryIsolatedMarginTierDataResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponse, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInner, type index_QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner as QueryLiabilityCoinLeverageBracketInCrossMarginProModeResponseInnerBracketsInner, type index_QueryMarginAccountsAllOcoRequest as QueryMarginAccountsAllOcoRequest, type index_QueryMarginAccountsAllOcoResponse as QueryMarginAccountsAllOcoResponse, type index_QueryMarginAccountsAllOcoResponseInner as QueryMarginAccountsAllOcoResponseInner, type index_QueryMarginAccountsAllOcoResponseInnerOrdersInner as QueryMarginAccountsAllOcoResponseInnerOrdersInner, type index_QueryMarginAccountsAllOrdersRequest as QueryMarginAccountsAllOrdersRequest, type index_QueryMarginAccountsAllOrdersResponse as QueryMarginAccountsAllOrdersResponse, type index_QueryMarginAccountsAllOrdersResponseInner as QueryMarginAccountsAllOrdersResponseInner, type index_QueryMarginAccountsOcoRequest as QueryMarginAccountsOcoRequest, type index_QueryMarginAccountsOcoResponse as QueryMarginAccountsOcoResponse, type index_QueryMarginAccountsOcoResponseOrdersInner as QueryMarginAccountsOcoResponseOrdersInner, type index_QueryMarginAccountsOpenOcoRequest as QueryMarginAccountsOpenOcoRequest, type index_QueryMarginAccountsOpenOcoResponse as QueryMarginAccountsOpenOcoResponse, type index_QueryMarginAccountsOpenOcoResponseInner as QueryMarginAccountsOpenOcoResponseInner, type index_QueryMarginAccountsOpenOcoResponseInnerOrdersInner as QueryMarginAccountsOpenOcoResponseInnerOrdersInner, type index_QueryMarginAccountsOpenOrdersRequest as QueryMarginAccountsOpenOrdersRequest, type index_QueryMarginAccountsOpenOrdersResponse as QueryMarginAccountsOpenOrdersResponse, type index_QueryMarginAccountsOpenOrdersResponseInner as QueryMarginAccountsOpenOrdersResponseInner, type index_QueryMarginAccountsOrderRequest as QueryMarginAccountsOrderRequest, type index_QueryMarginAccountsOrderResponse as QueryMarginAccountsOrderResponse, type index_QueryMarginAccountsTradeListRequest as QueryMarginAccountsTradeListRequest, type index_QueryMarginAccountsTradeListResponse as QueryMarginAccountsTradeListResponse, type index_QueryMarginAccountsTradeListResponseInner as QueryMarginAccountsTradeListResponseInner, type index_QueryMarginAvailableInventoryRequest as QueryMarginAvailableInventoryRequest, type index_QueryMarginAvailableInventoryResponse as QueryMarginAvailableInventoryResponse, type index_QueryMarginAvailableInventoryResponseAssets as QueryMarginAvailableInventoryResponseAssets, type index_QueryMarginInterestRateHistoryRequest as QueryMarginInterestRateHistoryRequest, type index_QueryMarginInterestRateHistoryResponse as QueryMarginInterestRateHistoryResponse, type index_QueryMarginInterestRateHistoryResponseInner as QueryMarginInterestRateHistoryResponseInner, type index_QueryMarginPriceindexRequest as QueryMarginPriceindexRequest, type index_QueryMarginPriceindexResponse as QueryMarginPriceindexResponse, type index_QueryMaxBorrowRequest as QueryMaxBorrowRequest, type index_QueryMaxBorrowResponse as QueryMaxBorrowResponse, type index_QueryMaxTransferOutAmountRequest as QueryMaxTransferOutAmountRequest, type index_QueryMaxTransferOutAmountResponse as QueryMaxTransferOutAmountResponse, type index_QuerySpecialKeyListRequest as QuerySpecialKeyListRequest, type index_QuerySpecialKeyListResponse as QuerySpecialKeyListResponse, type index_QuerySpecialKeyListResponseInner as QuerySpecialKeyListResponseInner, type index_QuerySpecialKeyRequest as QuerySpecialKeyRequest, type index_QuerySpecialKeyResponse as QuerySpecialKeyResponse, index_RestAPI as RestAPI, index_RiskDataStreamApi as RiskDataStreamApi, type index_RiskDataStreamApiInterface as RiskDataStreamApiInterface, type index_SmallLiabilityExchangeRequest as SmallLiabilityExchangeRequest, type index_StartIsolatedMarginUserDataStreamRequest as StartIsolatedMarginUserDataStreamRequest, type index_StartIsolatedMarginUserDataStreamResponse as StartIsolatedMarginUserDataStreamResponse, type index_StartMarginUserDataStreamResponse as StartMarginUserDataStreamResponse, type index_StartUserDataStreamResponse as StartUserDataStreamResponse, index_TradeApi as TradeApi, type index_TradeApiInterface as TradeApiInterface, index_TradeDataStreamApi as TradeDataStreamApi, type index_TradeDataStreamApiInterface as TradeDataStreamApiInterface, index_TransferApi as TransferApi, type index_TransferApiInterface as TransferApiInterface };
|
|
10461
10237
|
}
|
|
10462
10238
|
|
|
10463
10239
|
interface ConfigurationMarginTrading {
|