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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
Gate API v4
4
4
5
-
- API version: 4.18.3
6
-
- SDK version: 5.18.3
5
+
- API version: 4.18.4
6
+
- SDK version: 5.18.4
7
7
8
8
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.
9
9
@@ -65,7 +65,7 @@ Add this dependency to your project's POM:
65
65
<dependency>
66
66
<groupId>io.gate</groupId>
67
67
<artifactId>gate-api</artifactId>
68
-
<version>5.18.3</version>
68
+
<version>5.18.4</version>
69
69
<scope>compile</scope>
70
70
</dependency>
71
71
```
@@ -75,7 +75,7 @@ Add this dependency to your project's POM:
**tradeStatus** | [**TradeStatusEnum**](#TradeStatusEnum) | How currency pair can be traded - untradable: cannot be bought or sold - buyable: can be bought - sellable: can be sold - tradable: can be bought or sold | [optional]
19
-
**etfNetValue** | **String** | ETF net value | [optional]
20
-
**etfPreNetValue** | **String** | ETF previous net value at re-balancing time | [optional]
21
-
**etfPreTimestamp** | **Long** | ETF previous re-balancing time | [optional]
22
-
**etfLeverage** | **String** | ETF current leverage | [optional]
0 commit comments