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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For Spot (Spot package):
<dependency>
<groupId>io.github.binance</groupId>
<artifactId>binance-spot</artifactId>
<version>1.1.0</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -47,7 +47,7 @@ For Futures (COIN-M Futures package):
<dependency>
<groupId>io.github.binance</groupId>
<artifactId>binance-derivatives-trading-coin-futures</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ When creating WebSocket API clients (such as SpotWebSocketApi), you can follow:
// Add the Proxy Authentication to the configuration
clientConfiguration.setWebSocketProxyAuthentication(basicAuthentication);
// Use with API
SpotWebSocketApi spotWebSocketApi = new SpotWebSocketApi(clientConfiguration);
SpotWebSocketStreams spotWebSocketApi = new SpotWebSocketStreams(clientConfiguration);
```


Expand Down