binance-java-api
binance-java-api copied to clipboard
binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
how to reconnect the websocket server when the connection was closed?
P2P
How i can get list of P2P trades with Binance API?
No support of 'outboundAccountPosition' in 'UserDataUpdateEventType'. Apparently this issue closes the web socket client.
Please show me a an example written in Java as to how to place a futures order followed by take profit and stop loss, I don't understand how to do...
Hi, The **okhttp3** WebSocket.cancel() call in WebSocketconnection throws outOfBoundsCheckFromIndexSize. Have you seen this exception before?
https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#PBEEx However, here's the caveat: Objects of type String are immutable, i.e., there are no methods defined that allow you to change (overwrite) or zero out the contents of a...
com.fasterxml.jackson.databind.deser.impl; in the function "" public Object deserialize(JsonParser p, DeserializationContext ctxt) "" Object bean is generated unordered (properties of the class Candlestick), but the ""SettableBeanProperty[] props"" is generated ordered alfabetically,...
Binance will delist all WAPI does it affect your api? :) thank you very much by the way, great job. tks
``` public class Main { public static void main(String[] args) throws IOException { BinanceApiClientFactory factory = BinanceApiClientFactory.newInstance(); BinanceApiRestClient client = factory.newRestClient(); OrderBook orderBook = client.getOrderBook("BTCUSDT", 10000); List asks = orderBook.getAsks();...