Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Added new FilterType that breaking the api #425

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

meliksah
Copy link

@meliksah meliksah commented Apr 15, 2022

#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
Copy link

Thanks, works for me +1

@Serg-Maximchuk
Copy link

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
Copy link

There seems to be a new FilterType PERCENT_PRICE_BY_SIDE

marinkobabic and others added 2 commits August 18, 2022 12:27
add additional filter type PERCENT_PRICE_BY_SIDE according to the documentation https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants