Skip to content

Commit 3433e38

Browse files
author
gateio
committed
update to v6.100.1
1 parent 2b0d07c commit 3433e38

40 files changed

+248
-1796
lines changed

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22

33
TypeScript NodeJS client for gate-api.
44

@@ -9,7 +9,7 @@ APIv4 provides spot, margin and futures trading operations. There are public API
99

1010
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

12-
- API version: 4.100.0
12+
- API version: 4.100.1
1313
- Package version:
1414
- Build package: org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
1515
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
8989
*AccountApi* | [**deleteSTPGroupUsers**](docs/AccountApi.md#deleteSTPGroupUsers) | **DELETE** /account/stp_groups/{stp_id}/users | Delete the user in the STP group
9090
*AccountApi* | [**getDebitFee**](docs/AccountApi.md#getDebitFee) | **GET** /account/debit_fee | Query GT deduction configuration.
9191
*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
10092
*CollateralLoanApi* | [**listCollateralLoanOrders**](docs/CollateralLoanApi.md#listCollateralLoanOrders) | **GET** /loan/collateral/orders | List Orders
10193
*CollateralLoanApi* | [**createCollateralLoan**](docs/CollateralLoanApi.md#createCollateralLoan) | **POST** /loan/collateral/orders | Place order
10294
*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
343335
*UnifiedApi* | [**setUserLeverageCurrencySetting**](docs/UnifiedApi.md#setUserLeverageCurrencySetting) | **POST** /unified/leverage/user_currency_setting | Set the loan currency leverage
344336
*UnifiedApi* | [**listUnifiedCurrencies**](docs/UnifiedApi.md#listUnifiedCurrencies) | **GET** /unified/currencies | List of loan currencies supported by unified account
345337
*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 | 设置抵押币种
346339
*WalletApi* | [**listCurrencyChains**](docs/WalletApi.md#listCurrencyChains) | **GET** /wallet/currency_chains | List chains supported for specified currency
347340
*WalletApi* | [**getDepositAddress**](docs/WalletApi.md#getDepositAddress) | **GET** /wallet/deposit_address | Generate currency deposit address
348341
*WalletApi* | [**listWithdrawals**](docs/WalletApi.md#listWithdrawals) | **GET** /wallet/withdrawals | Retrieve withdrawal records
@@ -372,11 +365,9 @@ Class | Method | HTTP request | Description
372365
## Documentation for Models
373366

374367
- [AccountBalance](docs/AccountBalance.md)
375-
- [AccountBookResponse](docs/AccountBookResponse.md)
376368
- [AccountDetail](docs/AccountDetail.md)
377369
- [AccountDetailKey](docs/AccountDetailKey.md)
378370
- [AccountRateLimit](docs/AccountRateLimit.md)
379-
- [AccountsResponse](docs/AccountsResponse.md)
380371
- [AgencyCommission](docs/AgencyCommission.md)
381372
- [AgencyCommissionHistory](docs/AgencyCommissionHistory.md)
382373
- [AgencyTransaction](docs/AgencyTransaction.md)
@@ -420,7 +411,6 @@ Class | Method | HTTP request | Description
420411
- [CrossMarginLoan](docs/CrossMarginLoan.md)
421412
- [CrossMarginRepayment](docs/CrossMarginRepayment.md)
422413
- [Currency](docs/Currency.md)
423-
- [Currency2](docs/Currency2.md)
424414
- [CurrencyChain](docs/CurrencyChain.md)
425415
- [CurrencyPair](docs/CurrencyPair.md)
426416
- [CurrencyQuota](docs/CurrencyQuota.md)
@@ -522,21 +512,16 @@ Class | Method | HTTP request | Description
522512
- [OrderCancel](docs/OrderCancel.md)
523513
- [OrderPatch](docs/OrderPatch.md)
524514
- [OrderResp](docs/OrderResp.md)
525-
- [OrderResponse](docs/OrderResponse.md)
526515
- [PartnerCommissionHistory](docs/PartnerCommissionHistory.md)
527516
- [PartnerSub](docs/PartnerSub.md)
528517
- [PartnerSubList](docs/PartnerSubList.md)
529518
- [PartnerTransactionHistory](docs/PartnerTransactionHistory.md)
530519
- [PatchUniLend](docs/PatchUniLend.md)
531520
- [PlaceDualInvestmentOrder](docs/PlaceDualInvestmentOrder.md)
532-
- [PlaceOrderRequest](docs/PlaceOrderRequest.md)
533-
- [PlaceOrderResponse](docs/PlaceOrderResponse.md)
534521
- [Position](docs/Position.md)
535522
- [PositionClose](docs/PositionClose.md)
536523
- [PositionCloseOrder](docs/PositionCloseOrder.md)
537524
- [ProfitLossRange](docs/ProfitLossRange.md)
538-
- [QuoteRequest](docs/QuoteRequest.md)
539-
- [QuoteResponse](docs/QuoteResponse.md)
540525
- [RebateUserInfo](docs/RebateUserInfo.md)
541526
- [RepayCurrencyRes](docs/RepayCurrencyRes.md)
542527
- [RepayLoan](docs/RepayLoan.md)
@@ -579,7 +564,6 @@ Class | Method | HTTP request | Description
579564
- [SwapCoin](docs/SwapCoin.md)
580565
- [SystemTime](docs/SystemTime.md)
581566
- [Ticker](docs/Ticker.md)
582-
- [Ticker2](docs/Ticker2.md)
583567
- [TotalBalance](docs/TotalBalance.md)
584568
- [Trade](docs/Trade.md)
585569
- [TradeFee](docs/TradeFee.md)
@@ -606,6 +590,8 @@ Class | Method | HTTP request | Description
606590
- [UnifiedBalance](docs/UnifiedBalance.md)
607591
- [UnifiedBorrowable](docs/UnifiedBorrowable.md)
608592
- [UnifiedBorrowable1](docs/UnifiedBorrowable1.md)
593+
- [UnifiedCollateralReq](docs/UnifiedCollateralReq.md)
594+
- [UnifiedCollateralRes](docs/UnifiedCollateralRes.md)
609595
- [UnifiedCurrency](docs/UnifiedCurrency.md)
610596
- [UnifiedDiscount](docs/UnifiedDiscount.md)
611597
- [UnifiedDiscountTiers](docs/UnifiedDiscountTiers.md)

0 commit comments

Comments
 (0)