|
1 | 1 | # gate-api |
| 2 | +Welcome to Gate.io API |
| 3 | + |
2 | 4 | APIv4 provides spot, margin and futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf. |
3 | 5 |
|
4 | 6 | This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: |
5 | 7 |
|
6 | | -- API version: 4.19.2 |
7 | | -- Package version: 4.19.2 |
| 8 | +- API version: 4.19.4 |
| 9 | +- Package version: 4.19.4 |
8 | 10 | - Build package: org.openapitools.codegen.languages.PythonClientCodegen |
9 | 11 | For more information, please visit [https://www.gate.io/page/contacts](https://www.gate.io/page/contacts) |
10 | 12 |
|
@@ -186,6 +188,8 @@ Class | Method | HTTP request | Description |
186 | 188 | *MarginApi* | [**list_loan_records**](docs/MarginApi.md#list_loan_records) | **GET** /margin/loan_records | List repayment records of specified loan |
187 | 189 | *MarginApi* | [**get_loan_record**](docs/MarginApi.md#get_loan_record) | **GET** /margin/loan_records/{loan_record_id} | Get one single loan record |
188 | 190 | *MarginApi* | [**update_loan_record**](docs/MarginApi.md#update_loan_record) | **PATCH** /margin/loan_records/{loan_record_id} | Modify a loan record |
| 191 | +*MarginApi* | [**get_auto_repay_status**](docs/MarginApi.md#get_auto_repay_status) | **GET** /margin/auto_repay | Retrieve user auto repayment setting |
| 192 | +*MarginApi* | [**set_auto_repay**](docs/MarginApi.md#set_auto_repay) | **POST** /margin/auto_repay | Update user's auto repayment setting |
189 | 193 | *SpotApi* | [**list_currencies**](docs/SpotApi.md#list_currencies) | **GET** /spot/currencies | List all currencies' detail |
190 | 194 | *SpotApi* | [**get_currency**](docs/SpotApi.md#get_currency) | **GET** /spot/currencies/{currency} | Get detail of one particular currency |
191 | 195 | *SpotApi* | [**list_currency_pairs**](docs/SpotApi.md#list_currency_pairs) | **GET** /spot/currency_pairs | List all currency pairs supported |
@@ -219,6 +223,7 @@ Class | Method | HTTP request | Description |
219 | 223 |
|
220 | 224 | ## Documentation For Models |
221 | 225 |
|
| 226 | + - [AutoRepaySetting](docs/AutoRepaySetting.md) |
222 | 227 | - [BatchOrder](docs/BatchOrder.md) |
223 | 228 | - [CancelOrder](docs/CancelOrder.md) |
224 | 229 | - [CancelOrderResult](docs/CancelOrderResult.md) |
@@ -253,6 +258,7 @@ Class | Method | HTTP request | Description |
253 | 258 | - [MarginAccountBook](docs/MarginAccountBook.md) |
254 | 259 | - [MarginAccountCurrency](docs/MarginAccountCurrency.md) |
255 | 260 | - [MarginCurrencyPair](docs/MarginCurrencyPair.md) |
| 261 | + - [MultiChainAddressItem](docs/MultiChainAddressItem.md) |
256 | 262 | - [MyFuturesTrade](docs/MyFuturesTrade.md) |
257 | 263 | - [OpenOrders](docs/OpenOrders.md) |
258 | 264 | - [Order](docs/Order.md) |
|
0 commit comments