binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
834 stars 627 forks source link

Added new FilterType that breaking the api #425

Open meliksah opened 2 years ago

meliksah commented 2 years ago

https://github.com/binance-exchange/binance-java-api/issues/424

Until this pr merged you can use maven dependency as:

       <dependency>
            <groupId>com.github.meliksah</groupId>
            <artifactId>binance-java-api</artifactId>
            <version>patch-1-SNAPSHOT</version>
        </dependency>

with jitpack repository:

       <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
ravesteijnd commented 2 years ago

Thanks, works for me +1

Serg-Maximchuk commented 2 years ago

BTW this library on maven central also have this fix:

<dependency>
    <groupId>io.github.serg-maximchuk</groupId>
    <artifactId>binance-api-client</artifactId>
    <version>1.0.5</version>
</dependency>
marinkobabic commented 2 years ago

There seems to be a new FilterType PERCENT_PRICE_BY_SIDE