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

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

Is it possible to remove logback.xml from the project? The file from the jar overrides client's logging settings and can even lead to warnings (multiple logback.xml files) if clients also...

enhancement

please fix your readme. `client.trade().testNewOrder(parameters);` is not exists. it is not even in base interface of FuturesClient ``` public interface FuturesClient { Market market(); Account account(); UserData userData(); PortfolioMargin portfolioMargin();...

documentation

Hi, team! Why not websocket client supports proxy settings?

SDK version: 3.0.2 交易:U本位合约 订阅:combineStreams 订阅内容:!miniTicker@arr, userData 问题描述: 1. listenKey 续期一次/10分钟,没有异常,报错 2. 4月2订阅成功,之后数据推送正常(价格,订单成交等信息),期间没有任何异常(没有处罚onClose, onError) 3. 4月9 出现订单成交,没有websocket推送, 同时miniTicker也没有推送,但问题是onClose, onError 注册的回调方法没有被调用(我的程序支持自动重新订阅,但是依赖onClose, onError回调) ![screenshot-20240409-185108](https://github.com/binance/binance-futures-connector-java/assets/147680968/92d59369-507e-4610-bff2-3ab770fa42f5) @aisling-2 @jonte-z @

Anyone has the same issue when using WebSocket to receive ContinuousKline data in Mainland China using VPN? ``` > Task :bootRun . ____ _ __ _ _ /\\ / ___'_...

I Have removed the major types of design and implementation smells from the 6 discreet methods and 3 classes of the project

有人有收到ping消息后,怎么回复pong消息吗,什么格式回复的,这个问题困扰我好久了

https://github.com/binance/binance-futures-connector-java/blob/1018ec8a94407bd5c7fbec28c152d4e2abf3fed9/src/main/java/com/binance/connector/futures/client/impl/futures/Market.java#L51

We have no any information about the connection state for the UMWebsocketClientImpl. According to the description (https://binance-docs.github.io/apidocs/futures/en/#websocket-market-streams) all web sockets might be closed in 24 hours. Even if we try...

good first issue
review