You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
# gate-client
2
-
APIv4 futures provides all sorts of futures trading operations. There are public APIs to retrieve the real-time market statistics,
3
-
and private APIs which needs authentication to trade on user's behalf.
1
+
# gate-api
2
+
APIv4 futures provides all sorts of 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.
4
3
5
4
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
**risk_limit_max** | **str** | maximum risk limit the contract allowed | [optional]
21
-
**order_size_min** | **int** | minimum order size the contract allowed | [optional]
22
-
**order_size_max** | **int** | maximum order size the contract allowed | [optional]
23
-
**order_price_deviate** | **str** | deviation between order price and current index price. If price of an order is denoted as `order_price`, it must meet the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate | [optional]
**risk_limit_max** | **str** | Maximum risk limit the contract allowed | [optional]
26
+
**order_size_min** | **int** | Minimum order size the contract allowed | [optional]
27
+
**order_size_max** | **int** | Maximum order size the contract allowed | [optional]
28
+
**order_price_deviate** | **str** | deviation between order price and current index price. If price of an order is denoted as order_price, it must meet the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate | [optional]
29
+
**orderbook_id** | **int** | Current orderbook ID | [optional]
30
+
**trade_id** | **int** | Current trade ID | [optional]
**position_size** | **int** | Current total long position size | [optional]
24
33
25
34
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**t** | **int** | Unix timestamp in seconds | [optional]
7
-
**r** | **str** | funding rate | [optional]
7
+
**r** | **str** | Funding rate | [optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**position_margin** | **str** | Position margin | [optional]
9
+
**order_margin** | **str** | Order margin of unfinished orders | [optional]
10
+
**available** | **str** | Available balance to transfer out or trade | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments