Skip to content

Commit aabab0a

Browse files
author
gate
committed
update to v7.2.18
1 parent c963fa0 commit aabab0a

269 files changed

Lines changed: 48394 additions & 3173 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 172 additions & 27 deletions
Large diffs are not rendered by default.

docs/AccountApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ This endpoint does not need any parameter.
147147
148148
Get user transaction rate limit information
149149

150+
This interface is not yet open for use
151+
150152
### Example
151153

152154
* Api Key Authentication (apiv4):

docs/BatchOrder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**update_time** | **str** | Last modification time of order | [optional] [readonly]
1616
**create_time_ms** | **int** | Creation time of order (in milliseconds) | [optional] [readonly]
1717
**update_time_ms** | **int** | Last modification time of order (in milliseconds) | [optional] [readonly]
18-
**status** | **str** | Order status - `open`: to be filled - `closed`: filled - `cancelled`: cancelled | [optional] [readonly]
18+
**status** | **str** | Order status - `open`: to be filled - `closed`: closed order - `cancelled`: cancelled | [optional] [readonly]
1919
**currency_pair** | **str** | Currency pair | [optional]
2020
**type** | **str** | Order Type - limit : Limit Order - market : Market Order | [optional] [default to 'limit']
2121
**account** | **str** | Account type, spot - spot account, margin - leveraged account, unified - unified account | [optional] [default to 'spot']
@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141
**stp_id** | **int** | Orders between users in the same `stp_id` group are not allowed to be self-traded 1. If the `stp_id` of two orders being matched is non-zero and equal, they will not be executed. Instead, the corresponding strategy will be executed based on the `stp_act` of the taker. 2. `stp_id` returns `0` by default for orders that have not been set for `STP group` | [optional] [readonly]
4242
**stp_act** | **str** | Self-Trading Prevention Action. Users can use this field to set self-trade prevetion strategies 1. After users join the `STP Group`, he can pass `stp_act` to limit the user's self-trade prevetion strategy. If `stp_act` is not passed, the default is `cn` strategy。 2. When the user does not join the `STP group`, an error will be returned when passing the `stp_act` parameter。 3. If the user did not use 'stp_act' when placing the order, 'stp_act' will return '-' - cn: Cancel newest, Cancel new orders and keep old ones - co: Cancel oldest, new ones - cb: Cancel both, Both old and new orders will be cancelled | [optional]
4343
**finish_as** | **str** | How the order was finished. - open: processing - filled: filled totally - cancelled: manually cancelled - ioc: time in force is `IOC`, finish immediately - stp: cancelled because self trade prevention | [optional] [readonly]
44-
**slippage** | **str** | Slippage, default limit range 0.0001-0.05, converted to percentage is 0.01%-5%, indicating the acceptable price difference for market order transactions | [optional]
44+
**slippage** | **str** | Maximum supported slippage ratio for Spot Market Order Placement, calculated based on the latest market price at the time of order placement as the benchmark (Example: 0.03 means 3%) | [optional]
4545

4646
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4747

docs/CollateralAlign.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/CollateralOrder.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/CollateralRecord.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)