Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>binance-connector-java-clients</artifactId>
<packaging>pom</packaging>
<name>binance-connector-java-clients</name>
<version>1.1.2</version>
<version>1.1.3</version>
<url>https://github.com/binance/binance-connector-java</url>
<description>Java connector to Binance APIs</description>

Expand Down Expand Up @@ -365,7 +365,7 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-jetty-client</artifactId>
<version>11.0.26</version>
<version>${jetty.version}</version>
</dependency>
</dependencies>
<properties>
Expand All @@ -377,13 +377,14 @@
<gson-version>2.12.1</gson-version>
<commons-lang3-version>3.18.0</commons-lang3-version>
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
<jackson-databind-version>2.19.0</jackson-databind-version>
<jackson-databind-version>2.22.1</jackson-databind-version>
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
<beanvalidation-version>3.1.1</beanvalidation-version>
<junit-version>5.10.3</junit-version>
<junit-platform-runner.version>1.10.0</junit-platform-runner.version>
<jsr311-api-version>1.1.1</jsr311-api-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spotless.version>2.44.4</spotless.version>
<jetty.version>11.0.26</jetty.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion clients/web3-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.binance</groupId>
<artifactId>binance-connector-java-clients</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<artifactId>binance-web3-common</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions clients/web3-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.2.0 - 2026-09-02

### Added (1)

- `getWebSocketAuthToken()` (`GET /api/v1/dex/market/wss/auth/token`)

### Changed (1)

- Added response schema `getWebSocketAuthTokenResponse`

## 4.1.0 - 2026-08-07

### Added (1)
Expand Down
16 changes: 16 additions & 0 deletions clients/web3-wallet/docs/AddressResp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# AddressResp

Address-level aggregation. Groups the protocol-level position summaries of one wallet address.

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**address** | **String** | Wallet address. | [optional] |
|**addressTotalValue** | **String** | Total DeFi position value of this address across all chains (USD). Same raw precision as the position values. | [optional] |
|**protocolList** | [**List&lt;AddressRespProtocolListInner&gt;**](AddressRespProtocolListInner.md) | Protocol-level position summaries of this address. | [optional] |



18 changes: 18 additions & 0 deletions clients/web3-wallet/docs/AddressRespProtocolListInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# AddressRespProtocolListInner

Protocol-level position summary for one address on one chain. `binanceChainId` + `defiProtocolId` uniquely identify a protocol on a chain.

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**binanceChainId** | **String** | Binance chain ID (e.g. \&quot;56\&quot;&#x3D;BSC). | [optional] |
|**defiProtocolId** | **String** | Protocol identifier consistent with &#x60;POST /api/v1/defi/data/protocol/list&#x60;. Use this value when calling investment/list, transaction endpoints, etc. | [optional] |
|**protocolName** | **String** | Protocol display name. | [optional] |
|**protocolTotalValue** | **String** | Total position value in this protocol (USD). | [optional] |
|**poolList** | [**List&lt;ProtocolRespPoolListInner&gt;**](ProtocolRespPoolListInner.md) | Pools with positions in this protocol. | [optional] |



19 changes: 19 additions & 0 deletions clients/web3-wallet/docs/B402ApiErrorEnvelope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


# B402ApiErrorEnvelope


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**status** | **String** | | [optional] |
|**type** | **String** | | [optional] |
|**code** | **String** | | [optional] |
|**errorData** | **String** | | [optional] |
|**data** | **Object** | | [optional] |
|**subData** | **Object** | | [optional] |
|**params** | **Object** | | [optional] |



16 changes: 16 additions & 0 deletions clients/web3-wallet/docs/B402BazaarExtension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# B402BazaarExtension


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**info** | **Map&lt;String, Object&gt;** | | |
|**schema** | **Map&lt;String, Object&gt;** | | |
|**routeTemplate** | **String** | | [optional] |
|**description** | **String** | | [optional] |



18 changes: 18 additions & 0 deletions clients/web3-wallet/docs/B402Eip3009Authorization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# B402Eip3009Authorization


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**from** | **String** | | |
|**to** | **String** | | |
|**value** | **String** | | |
|**validAfter** | **String** | | |
|**validBefore** | **String** | | |
|**nonce** | **String** | | |



15 changes: 15 additions & 0 deletions clients/web3-wallet/docs/B402PayloadDetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# B402PayloadDetail


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**signature** | **String** | | |
|**authorization** | [**B402PayloadDetailAuthorization**](B402PayloadDetailAuthorization.md) | | [optional] |
|**permit2Authorization** | [**B402PayloadDetailPermit2Authorization**](B402PayloadDetailPermit2Authorization.md) | | [optional] |



18 changes: 18 additions & 0 deletions clients/web3-wallet/docs/B402PayloadDetailAuthorization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# B402PayloadDetailAuthorization


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**from** | **String** | | |
|**to** | **String** | | |
|**value** | **String** | | |
|**validAfter** | **String** | | |
|**validBefore** | **String** | | |
|**nonce** | **String** | | |



18 changes: 18 additions & 0 deletions clients/web3-wallet/docs/B402PayloadDetailPermit2Authorization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# B402PayloadDetailPermit2Authorization


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**permitted** | [**B402Permit2AuthorizationPermitted**](B402Permit2AuthorizationPermitted.md) | | |
|**from** | **String** | | |
|**spender** | **String** | | |
|**nonce** | **String** | | |
|**deadline** | **String** | | |
|**witness** | [**B402Permit2AuthorizationWitness**](B402Permit2AuthorizationWitness.md) | | |



26 changes: 26 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindExtraV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


# B402PaymentKindExtraV1


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | [optional] |
|**version** | **String** | | [optional] |
|**assetTransferMethod** | [**AssetTransferMethodEnum**](#AssetTransferMethodEnum) | | [optional] |
|**facilitatorAddress** | **String** | | [optional] |



## Enum: AssetTransferMethodEnum

| Name | Value |
|---- | -----|
| EIP3009 | &quot;eip3009&quot; |
| PERMIT2_EXACT | &quot;permit2-exact&quot; |
| PERMIT2_UPTO | &quot;permit2-upto&quot; |



27 changes: 27 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindExtraV2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@


# B402PaymentKindExtraV2


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | |
|**version** | **String** | | |
|**assetTransferMethod** | [**AssetTransferMethodEnum**](#AssetTransferMethodEnum) | | |
|**signerAddress** | **String** | | |
|**spenderAddress** | **String** | | [optional] |



## Enum: AssetTransferMethodEnum

| Name | Value |
|---- | -----|
| EIP3009 | &quot;eip3009&quot; |
| PERMIT2_EXACT | &quot;permit2-exact&quot; |
| PERMIT2_UPTO | &quot;permit2-upto&quot; |



32 changes: 32 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@


# B402PaymentKindV1


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**x402Version** | [**X402VersionEnum**](#X402VersionEnum) | | [optional] |
|**scheme** | [**SchemeEnum**](#SchemeEnum) | | [optional] |
|**network** | **String** | | [optional] |
|**extra** | [**B402PaymentKindV1Extra**](B402PaymentKindV1Extra.md) | | [optional] |



## Enum: X402VersionEnum

| Name | Value |
|---- | -----|
| X402_VERSION_1 | 1 |



## Enum: SchemeEnum

| Name | Value |
|---- | -----|
| exact | &quot;exact&quot; |



26 changes: 26 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindV1Extra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


# B402PaymentKindV1Extra


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | [optional] |
|**version** | **String** | | [optional] |
|**assetTransferMethod** | [**AssetTransferMethodEnum**](#AssetTransferMethodEnum) | | [optional] |
|**facilitatorAddress** | **String** | | [optional] |



## Enum: AssetTransferMethodEnum

| Name | Value |
|---- | -----|
| EIP3009 | &quot;eip3009&quot; |
| PERMIT2_EXACT | &quot;permit2-exact&quot; |
| PERMIT2_UPTO | &quot;permit2-upto&quot; |



33 changes: 33 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindV2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@


# B402PaymentKindV2


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**x402Version** | [**X402VersionEnum**](#X402VersionEnum) | | |
|**scheme** | [**SchemeEnum**](#SchemeEnum) | | |
|**network** | **String** | | |
|**extra** | [**B402PaymentKindV2Extra**](B402PaymentKindV2Extra.md) | | |



## Enum: X402VersionEnum

| Name | Value |
|---- | -----|
| X402_VERSION_2 | 2 |



## Enum: SchemeEnum

| Name | Value |
|---- | -----|
| exact | &quot;exact&quot; |
| upto | &quot;upto&quot; |



27 changes: 27 additions & 0 deletions clients/web3-wallet/docs/B402PaymentKindV2Extra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@


# B402PaymentKindV2Extra


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | |
|**version** | **String** | | |
|**assetTransferMethod** | [**AssetTransferMethodEnum**](#AssetTransferMethodEnum) | | |
|**signerAddress** | **String** | | |
|**spenderAddress** | **String** | | [optional] |



## Enum: AssetTransferMethodEnum

| Name | Value |
|---- | -----|
| EIP3009 | &quot;eip3009&quot; |
| PERMIT2_EXACT | &quot;permit2-exact&quot; |
| PERMIT2_UPTO | &quot;permit2-upto&quot; |



Loading
Loading