Skip to content

Commit 2098872

Browse files
author
gate
committed
update to v7.2.26
1 parent 1a91c13 commit 2098872

99 files changed

Lines changed: 6464 additions & 5587 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: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Gate API
44

5-
- API version: v4.106.25
6-
- SDK version: 7.2.25
5+
- API version: v4.106.26
6+
- SDK version: 7.2.26
77

88
Welcome to Gate API
99
APIv4 provides operations related to spot, margin, and contract trading, including public interfaces for querying market data and authenticated private interfaces for implementing API-based automated trading.
@@ -52,7 +52,7 @@ Add this dependency to your project's POM:
5252
<dependency>
5353
<groupId>io.gate</groupId>
5454
<artifactId>gate-api</artifactId>
55-
<version>7.2.25</version>
55+
<version>7.2.26</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
```
@@ -62,7 +62,7 @@ Add this dependency to your project's POM:
6262
Add this dependency to your project's build file:
6363

6464
```groovy
65-
compile "io.gate:gate-api:7.2.25"
65+
compile "io.gate:gate-api:7.2.26"
6666
```
6767

6868
### Others
@@ -75,7 +75,7 @@ mvn clean package
7575

7676
Then manually install the following JARs:
7777

78-
* `target/gate-api-7.2.25.jar`
78+
* `target/gate-api-7.2.26.jar`
7979
* `target/lib/*.jar`
8080

8181
To install the API client library to your local Maven repository, simply execute:
@@ -387,6 +387,7 @@ Class | Method | HTTP request | Description
387387
*P2PApi* | [**p2pMerchantBooksAdsUpdateStatus**](docs/P2PApi.md#p2pMerchantBooksAdsUpdateStatus) | **POST** /p2p/merchant/books/ads_update_status | Update ad status
388388
*P2PApi* | [**p2pMerchantBooksAdsDetail**](docs/P2PApi.md#p2pMerchantBooksAdsDetail) | **POST** /p2p/merchant/books/ads_detail | Query ad details
389389
*P2PApi* | [**p2pMerchantBooksMyAdsList**](docs/P2PApi.md#p2pMerchantBooksMyAdsList) | **POST** /p2p/merchant/books/my_ads_list | Get my ad list
390+
*P2PApi* | [**p2pMerchantBooksAdsList**](docs/P2PApi.md#p2pMerchantBooksAdsList) | **POST** /p2p/merchant/books/ads_list | Get Advertisement List
390391
*P2PApi* | [**p2pMerchantChatGetChatsList**](docs/P2PApi.md#p2pMerchantChatGetChatsList) | **POST** /p2p/merchant/chat/get_chats_list | Get chat history
391392
*P2PApi* | [**p2pMerchantChatSendChatMessage**](docs/P2PApi.md#p2pMerchantChatSendChatMessage) | **POST** /p2p/merchant/chat/send_chat_message | Send text message
392393
*P2PApi* | [**p2pMerchantChatUploadChatFile**](docs/P2PApi.md#p2pMerchantChatUploadChatFile) | **POST** /p2p/merchant/chat/upload_chat_file | Upload chat file
@@ -627,6 +628,7 @@ Class | Method | HTTP request | Description
627628
- [InlineObject26](docs/InlineObject26.md)
628629
- [InlineObject27](docs/InlineObject27.md)
629630
- [InlineObject28](docs/InlineObject28.md)
631+
- [InlineObject29](docs/InlineObject29.md)
630632
- [InlineObject3](docs/InlineObject3.md)
631633
- [InlineObject4](docs/InlineObject4.md)
632634
- [InlineObject5](docs/InlineObject5.md)
@@ -674,13 +676,14 @@ Class | Method | HTTP request | Description
674676
- [InlineResponse20021DataLists](docs/InlineResponse20021DataLists.md)
675677
- [InlineResponse20022](docs/InlineResponse20022.md)
676678
- [InlineResponse20022Data](docs/InlineResponse20022Data.md)
677-
- [InlineResponse20022DataMessages](docs/InlineResponse20022DataMessages.md)
678-
- [InlineResponse20022DataMsgObj](docs/InlineResponse20022DataMsgObj.md)
679679
- [InlineResponse20023](docs/InlineResponse20023.md)
680680
- [InlineResponse20023Data](docs/InlineResponse20023Data.md)
681+
- [InlineResponse20023DataMessages](docs/InlineResponse20023DataMessages.md)
682+
- [InlineResponse20023DataMsgObj](docs/InlineResponse20023DataMsgObj.md)
681683
- [InlineResponse20024](docs/InlineResponse20024.md)
682684
- [InlineResponse20024Data](docs/InlineResponse20024Data.md)
683685
- [InlineResponse20025](docs/InlineResponse20025.md)
686+
- [InlineResponse20025Data](docs/InlineResponse20025Data.md)
684687
- [InlineResponse20026](docs/InlineResponse20026.md)
685688
- [InlineResponse20027](docs/InlineResponse20027.md)
686689
- [InlineResponse20028](docs/InlineResponse20028.md)
@@ -690,12 +693,12 @@ Class | Method | HTTP request | Description
690693
- [InlineResponse20031](docs/InlineResponse20031.md)
691694
- [InlineResponse20032](docs/InlineResponse20032.md)
692695
- [InlineResponse20033](docs/InlineResponse20033.md)
693-
- [InlineResponse20033Assets](docs/InlineResponse20033Assets.md)
694696
- [InlineResponse20034](docs/InlineResponse20034.md)
697+
- [InlineResponse20034Assets](docs/InlineResponse20034Assets.md)
695698
- [InlineResponse20035](docs/InlineResponse20035.md)
696699
- [InlineResponse20036](docs/InlineResponse20036.md)
697-
- [InlineResponse20036SpecialFeeList](docs/InlineResponse20036SpecialFeeList.md)
698700
- [InlineResponse20037](docs/InlineResponse20037.md)
701+
- [InlineResponse20037SpecialFeeList](docs/InlineResponse20037SpecialFeeList.md)
699702
- [InlineResponse20038](docs/InlineResponse20038.md)
700703
- [InlineResponse20039](docs/InlineResponse20039.md)
701704
- [InlineResponse2004](docs/InlineResponse2004.md)
@@ -706,6 +709,7 @@ Class | Method | HTTP request | Description
706709
- [InlineResponse20044](docs/InlineResponse20044.md)
707710
- [InlineResponse20045](docs/InlineResponse20045.md)
708711
- [InlineResponse20046](docs/InlineResponse20046.md)
712+
- [InlineResponse20047](docs/InlineResponse20047.md)
709713
- [InlineResponse2005](docs/InlineResponse2005.md)
710714
- [InlineResponse2006](docs/InlineResponse2006.md)
711715
- [InlineResponse2006Data](docs/InlineResponse2006Data.md)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'io.gate'
6-
version = '7.2.25'
6+
version = '7.2.26'
77

88
buildscript {
99
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.gate",
44
name := "gate-api",
5-
version := "7.2.25",
5+
version := "7.2.26",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

0 commit comments

Comments
 (0)