1
-
1
+
2
2
3
3
TypeScript NodeJS client for gate-api.
4
4
@@ -9,7 +9,7 @@ APIv4 provides spot, margin and futures trading operations. There are public API
9
9
10
10
This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
11
11
12
- - API version: 4.100.0
12
+ - API version: 4.100.1
13
13
- Package version:
14
14
- Build package: org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
15
15
For more information, please visit [ https://www.gate.io/page/contacts ] ( https://www.gate.io/page/contacts )
@@ -89,14 +89,6 @@ Class | Method | HTTP request | Description
89
89
* AccountApi* | [ ** deleteSTPGroupUsers** ] ( docs/AccountApi.md#deleteSTPGroupUsers ) | ** DELETE** /account/stp_groups/{stp_id}/users | Delete the user in the STP group
90
90
* AccountApi* | [ ** getDebitFee** ] ( docs/AccountApi.md#getDebitFee ) | ** GET** /account/debit_fee | Query GT deduction configuration.
91
91
* AccountApi* | [ ** setDebitFee** ] ( docs/AccountApi.md#setDebitFee ) | ** POST** /account/debit_fee | Set GT deduction.
92
- * AlphaApi* | [ ** listAlphaAccounts** ] ( docs/AlphaApi.md#listAlphaAccounts ) | ** GET** /alpha/accounts | API for Alpha Accounts
93
- * AlphaApi* | [ ** listAlphaAccountBook** ] ( docs/AlphaApi.md#listAlphaAccountBook ) | ** GET** /alpha/account_book | Alpha Asset Transaction API
94
- * AlphaApi* | [ ** quoteAlphaOrder** ] ( docs/AlphaApi.md#quoteAlphaOrder ) | ** POST** /alpha/quote | Alpha Quotation API
95
- * AlphaApi* | [ ** listAlphaOrder** ] ( docs/AlphaApi.md#listAlphaOrder ) | ** GET** /alpha/orders | Alpha 查询订单列表接口
96
- * AlphaApi* | [ ** placeAlphaOrder** ] ( docs/AlphaApi.md#placeAlphaOrder ) | ** POST** /alpha/orders | Alpha Order Placement API
97
- * AlphaApi* | [ ** getAlphaOrder** ] ( docs/AlphaApi.md#getAlphaOrder ) | ** GET** /alpha/order | Alpha 查询单个订单接口
98
- * AlphaApi* | [ ** listAlphaCurrencies** ] ( docs/AlphaApi.md#listAlphaCurrencies ) | ** GET** /alpha/currencies | 查询币种信息
99
- * AlphaApi* | [ ** listAlphaTickers** ] ( docs/AlphaApi.md#listAlphaTickers ) | ** GET** /alpha/tickers | 查询币种ticker
100
92
* CollateralLoanApi* | [ ** listCollateralLoanOrders** ] ( docs/CollateralLoanApi.md#listCollateralLoanOrders ) | ** GET** /loan/collateral/orders | List Orders
101
93
* CollateralLoanApi* | [ ** createCollateralLoan** ] ( docs/CollateralLoanApi.md#createCollateralLoan ) | ** POST** /loan/collateral/orders | Place order
102
94
* CollateralLoanApi* | [ ** getCollateralLoanOrderDetail** ] ( docs/CollateralLoanApi.md#getCollateralLoanOrderDetail ) | ** GET** /loan/collateral/orders/{order_id} | Get a single order
@@ -343,6 +335,7 @@ Class | Method | HTTP request | Description
343
335
* UnifiedApi* | [ ** setUserLeverageCurrencySetting** ] ( docs/UnifiedApi.md#setUserLeverageCurrencySetting ) | ** POST** /unified/leverage/user_currency_setting | Set the loan currency leverage
344
336
* UnifiedApi* | [ ** listUnifiedCurrencies** ] ( docs/UnifiedApi.md#listUnifiedCurrencies ) | ** GET** /unified/currencies | List of loan currencies supported by unified account
345
337
* UnifiedApi* | [ ** getHistoryLoanRate** ] ( docs/UnifiedApi.md#getHistoryLoanRate ) | ** GET** /unified/history_loan_rate | get historical lending rates
338
+ * UnifiedApi* | [ ** setUnifiedCollateral** ] ( docs/UnifiedApi.md#setUnifiedCollateral ) | ** POST** /unified/collateral_currencies | 设置抵押币种
346
339
* WalletApi* | [ ** listCurrencyChains** ] ( docs/WalletApi.md#listCurrencyChains ) | ** GET** /wallet/currency_chains | List chains supported for specified currency
347
340
* WalletApi* | [ ** getDepositAddress** ] ( docs/WalletApi.md#getDepositAddress ) | ** GET** /wallet/deposit_address | Generate currency deposit address
348
341
* WalletApi* | [ ** listWithdrawals** ] ( docs/WalletApi.md#listWithdrawals ) | ** GET** /wallet/withdrawals | Retrieve withdrawal records
@@ -372,11 +365,9 @@ Class | Method | HTTP request | Description
372
365
## Documentation for Models
373
366
374
367
- [ AccountBalance] ( docs/AccountBalance.md )
375
- - [ AccountBookResponse] ( docs/AccountBookResponse.md )
376
368
- [ AccountDetail] ( docs/AccountDetail.md )
377
369
- [ AccountDetailKey] ( docs/AccountDetailKey.md )
378
370
- [ AccountRateLimit] ( docs/AccountRateLimit.md )
379
- - [ AccountsResponse] ( docs/AccountsResponse.md )
380
371
- [ AgencyCommission] ( docs/AgencyCommission.md )
381
372
- [ AgencyCommissionHistory] ( docs/AgencyCommissionHistory.md )
382
373
- [ AgencyTransaction] ( docs/AgencyTransaction.md )
@@ -420,7 +411,6 @@ Class | Method | HTTP request | Description
420
411
- [ CrossMarginLoan] ( docs/CrossMarginLoan.md )
421
412
- [ CrossMarginRepayment] ( docs/CrossMarginRepayment.md )
422
413
- [ Currency] ( docs/Currency.md )
423
- - [ Currency2] ( docs/Currency2.md )
424
414
- [ CurrencyChain] ( docs/CurrencyChain.md )
425
415
- [ CurrencyPair] ( docs/CurrencyPair.md )
426
416
- [ CurrencyQuota] ( docs/CurrencyQuota.md )
@@ -522,21 +512,16 @@ Class | Method | HTTP request | Description
522
512
- [ OrderCancel] ( docs/OrderCancel.md )
523
513
- [ OrderPatch] ( docs/OrderPatch.md )
524
514
- [ OrderResp] ( docs/OrderResp.md )
525
- - [ OrderResponse] ( docs/OrderResponse.md )
526
515
- [ PartnerCommissionHistory] ( docs/PartnerCommissionHistory.md )
527
516
- [ PartnerSub] ( docs/PartnerSub.md )
528
517
- [ PartnerSubList] ( docs/PartnerSubList.md )
529
518
- [ PartnerTransactionHistory] ( docs/PartnerTransactionHistory.md )
530
519
- [ PatchUniLend] ( docs/PatchUniLend.md )
531
520
- [ PlaceDualInvestmentOrder] ( docs/PlaceDualInvestmentOrder.md )
532
- - [ PlaceOrderRequest] ( docs/PlaceOrderRequest.md )
533
- - [ PlaceOrderResponse] ( docs/PlaceOrderResponse.md )
534
521
- [ Position] ( docs/Position.md )
535
522
- [ PositionClose] ( docs/PositionClose.md )
536
523
- [ PositionCloseOrder] ( docs/PositionCloseOrder.md )
537
524
- [ ProfitLossRange] ( docs/ProfitLossRange.md )
538
- - [ QuoteRequest] ( docs/QuoteRequest.md )
539
- - [ QuoteResponse] ( docs/QuoteResponse.md )
540
525
- [ RebateUserInfo] ( docs/RebateUserInfo.md )
541
526
- [ RepayCurrencyRes] ( docs/RepayCurrencyRes.md )
542
527
- [ RepayLoan] ( docs/RepayLoan.md )
@@ -579,7 +564,6 @@ Class | Method | HTTP request | Description
579
564
- [ SwapCoin] ( docs/SwapCoin.md )
580
565
- [ SystemTime] ( docs/SystemTime.md )
581
566
- [ Ticker] ( docs/Ticker.md )
582
- - [ Ticker2] ( docs/Ticker2.md )
583
567
- [ TotalBalance] ( docs/TotalBalance.md )
584
568
- [ Trade] ( docs/Trade.md )
585
569
- [ TradeFee] ( docs/TradeFee.md )
@@ -606,6 +590,8 @@ Class | Method | HTTP request | Description
606
590
- [ UnifiedBalance] ( docs/UnifiedBalance.md )
607
591
- [ UnifiedBorrowable] ( docs/UnifiedBorrowable.md )
608
592
- [ UnifiedBorrowable1] ( docs/UnifiedBorrowable1.md )
593
+ - [ UnifiedCollateralReq] ( docs/UnifiedCollateralReq.md )
594
+ - [ UnifiedCollateralRes] ( docs/UnifiedCollateralRes.md )
609
595
- [ UnifiedCurrency] ( docs/UnifiedCurrency.md )
610
596
- [ UnifiedDiscount] ( docs/UnifiedDiscount.md )
611
597
- [ UnifiedDiscountTiers] ( docs/UnifiedDiscountTiers.md )
0 commit comments