Skip to content

Commit da7da13

Browse files
authored
Merge pull request #152 from binance/spot_v2.0.0
release spot v2.0.0
2 parents 98c0ad2 + ae08b16 commit da7da13

File tree

109 files changed

+6086
-756
lines changed

Some content is hidden

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

109 files changed

+6086
-756
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each connector is published as a separate maven dependency. For example:
5454
<dependency>
5555
<groupId>io.github.binance</groupId>
5656
<artifactId>binance-spot</artifactId>
57-
<version>1.2.0</version>
57+
<version>2.0.0</version>
5858
</dependency>
5959
```
6060

clients/spot/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.0 - 2025-05-14
4+
5+
- Updated response types.
6+
- Updated request parameters to correctly specify their required status.
7+
38
## 1.2.0 - 2025-05-13
49

510
- Add proxy authentication for websocket

clients/spot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Then add dependency to pom.xml:
4141
<dependency>
4242
<groupId>io.github.binance</groupId>
4343
<artifactId>binance-spot</artifactId>
44-
<version>1.2.0</version>
44+
<version>2.0.0</version>
4545
</dependency>
4646
```
4747

clients/spot/docs/AccountCommissionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**id** | **String** | | [optional] |
1111
|**status** | **Long** | | [optional] |
1212
|**result** | [**AccountCommissionResponseResult**](AccountCommissionResponseResult.md) | | [optional] |
13-
|**rateLimits** | [**List&lt;ExchangeInfoResponseRateLimitsInner&gt;**](ExchangeInfoResponseRateLimitsInner.md) | | [optional] |
13+
|**rateLimits** | [**List&lt;AccountCommissionResponseRateLimitsInner&gt;**](AccountCommissionResponseRateLimitsInner.md) | | [optional] |
1414

1515

1616

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# AccountCommissionResponseRateLimitsInner
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**rateLimitType** | **String** | | [optional] |
11+
|**interval** | **String** | | [optional] |
12+
|**intervalNum** | **Long** | | [optional] |
13+
|**limit** | **Long** | | [optional] |
14+
|**count** | **Long** | | [optional] |
15+
16+
17+

clients/spot/docs/AccountStatusResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**id** | **String** | | [optional] |
1111
|**status** | **Long** | | [optional] |
1212
|**result** | [**AccountStatusResponseResult**](AccountStatusResponseResult.md) | | [optional] |
13-
|**rateLimits** | [**List&lt;ExchangeInfoResponseRateLimitsInner&gt;**](ExchangeInfoResponseRateLimitsInner.md) | | [optional] |
13+
|**rateLimits** | [**List&lt;AccountCommissionResponseRateLimitsInner&gt;**](AccountCommissionResponseRateLimitsInner.md) | | [optional] |
1414

1515

1616

clients/spot/docs/AllOrderListsResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**id** | **String** | | [optional] |
1111
|**status** | **Long** | | [optional] |
1212
|**result** | [**List&lt;OrderListStatusResponseResult&gt;**](OrderListStatusResponseResult.md) | | [optional] |
13-
|**rateLimits** | [**List&lt;ExchangeInfoResponseRateLimitsInner&gt;**](ExchangeInfoResponseRateLimitsInner.md) | | [optional] |
13+
|**rateLimits** | [**List&lt;AccountCommissionResponseRateLimitsInner&gt;**](AccountCommissionResponseRateLimitsInner.md) | | [optional] |
1414

1515

1616

clients/spot/docs/AllOrdersResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**id** | **String** | | [optional] |
1111
|**status** | **Long** | | [optional] |
1212
|**result** | [**List&lt;AllOrdersResponseResultInner&gt;**](AllOrdersResponseResultInner.md) | | [optional] |
13-
|**rateLimits** | [**List&lt;ExchangeInfoResponseRateLimitsInner&gt;**](ExchangeInfoResponseRateLimitsInner.md) | | [optional] |
13+
|**rateLimits** | [**List&lt;AccountCommissionResponseRateLimitsInner&gt;**](AccountCommissionResponseRateLimitsInner.md) | | [optional] |
1414

1515

1616

clients/spot/docs/DeleteOrderListResponseOrderReportsInner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
|**timeInForce** | **String** | | [optional] |
2323
|**type** | **String** | | [optional] |
2424
|**side** | **String** | | [optional] |
25-
|**stopPrice** | **String** | | [optional] |
2625
|**selfTradePreventionMode** | **String** | | [optional] |
26+
|**stopPrice** | **String** | | [optional] |
2727

2828

2929

clients/spot/docs/ExchangeInfoResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
|**id** | **String** | | [optional] |
1111
|**status** | **Long** | | [optional] |
1212
|**result** | [**ExchangeInfoResponseResult**](ExchangeInfoResponseResult.md) | | [optional] |
13-
|**rateLimits** | [**List&lt;ExchangeInfoResponseRateLimitsInner&gt;**](ExchangeInfoResponseRateLimitsInner.md) | | [optional] |
13+
|**rateLimits** | [**List&lt;ExchangeInfoResponseResultRateLimitsInner&gt;**](ExchangeInfoResponseResultRateLimitsInner.md) | | [optional] |
1414

1515

1616

0 commit comments

Comments
 (0)