binance-connector-java icon indicating copy to clipboard operation
binance-connector-java copied to clipboard

Results 25 binance-connector-java issues
Sort by recently updated
recently updated
newest added

you build OkHttpClient by use OkHttpClient(),but i can`t visit binance in our country ,so i only use proxy to visit this .

Added - Binance Loans has added the following /v2 SAPI endpoints at 2024-02-27 08:00 (UTC). Users may utilize v2 SAPI endpoints to place, repay, and manage new Binance Loans (Flexible...

Hello, is the Jakarta EE underway ?

Review

Recently, when retrieving Orders using createTrade().getOrders(...), the json array response produces a list of BUY orders and SELL orders with a different record structure. This do not allow to create...

Hello. How can I set OkHttpClient properties with binance-connector-java? I want to enable pings for WebSocket connections. OkHttpClient has property pingIntervalMillis, that initialized from OkHttpClient.Builder. But binance-connector-java calls constructor of...

Review

I've added two new functions related to Live Subscribing/Unsubscribing in [this docs](https://binance-docs.github.io/apidocs/spot/en/#live-subscribing-unsubscribing-to-streams). These two functions used to subscribe / unsubscribe a list of stream names using combine stream connection that...

Review

Based on official API documentation [here ](https://binance-docs.github.io/apidocs/spot/en/#limits) for limits, in the case of HttpStatusCode 429 or 418 the header retry-after is provided in the response headers. The header would be...

Review

A new static OkHttpClientBuilder object has been added. It defines default OkHttpClient.Builder.
 We can change the settings of OkHttpClient as on that sample: __OkHttpClientBuilder.setBuilder(new_ OkHttpClient.Builder().pingInterval(Duration.ofSeconds(10)));_ 
This must be done before...

Review

io.github.binance binance-connector-java LATEST_VERSION

After reading the following source code, I found that in the response, I could not get the "RetryAfter" response header. This information is quite important. Can you add it? When...