Skip to content

Commit 68b2fd2

Browse files
committed
read me
1 parent 457b0eb commit 68b2fd2

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,34 @@ Maven Example
4040
<dependency>
4141
<groupId>io.github.wuhewuhe</groupId>
4242
<artifactId>bybit-java-api</artifactId>
43-
<version>1.2.6-SNAPSHOT</version>
43+
<version>1.2.6</version>
4444
</dependency>
4545
```
4646
Gradle Example
4747
```java
48-
implementation group: 'io.github.wuhewuhe', name: 'bybit-java-api', version: '1.2.6-SNAPSHOT'
48+
implementation group: 'io.github.wuhewuhe', name: 'bybit-java-api', version: '1.2.6'
4949
```
5050
Furthermore, build tool, please check [sonar type central repository](https://central.sonatype.com/artifact/io.github.wuhewuhe/bybit-java-api/1.2.3)
5151

5252
## Release-Notes
5353
### Websockets
54-
- Add Websocket Trade API Place Order
55-
- Websocket Stream close
54+
- Websocket Trade API headers change to header
5655

5756
### Rest API
58-
- Fix signature error with cursor parameters
59-
- Add Broker Referer code to Http Request header
60-
- Add Connection Keep-live to request header
61-
- Add User Agent Name to Request Header
57+
- Fix create user uta and switch
58+
- Fix get recent trade
59+
- Add Broker get all sub uids deposits records
60+
- Add get smp group id
61+
- Add transaction log to classical user
6262

6363
### Change Log
64-
- Websocket API & Stream refactor not finished
64+
- decrypted functions:
65+
getC2CLendingCoinInfo
66+
getC2cLendingDepositFunds
67+
getC2cLendingRedeemFunds
68+
getC2cLendingRedeemCancel
69+
getC2cOrdersRecords
70+
getC2CLendingAccountInfo
6571

6672
## Usage
6773
Note: Replace placeholders (like YOUR_API_KEY, links, or other details) with the actual information. You can also customize this template to better fit the actual state and details of your Java API.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.wuhewuhe</groupId>
88
<artifactId>bybit-java-api</artifactId>
9-
<version>1.2.5</version>
9+
<version>1.2.6-SNAPSHOT</version>
1010
<name>bybit-java-api</name>
1111
<url>https://github.com/wuhewuhe/bybit-java-api</url>
1212

0 commit comments

Comments
 (0)