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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binance-exchange/binance-java-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tifoha/binance-java-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 43 files changed
  • 2 contributors

Commits on Oct 20, 2017

  1. Add note of fork and URL to the new repository

    This project has won the [Binance API Competition](https://support.binance.com/hc/en-us/articles/115002294131-Java-Winner-of-Binance-API-Competition) for the Java language, and as such, this repository has been forked, and the official version can be found at https://github.com/binance-exchange/binance-java-api, where all further upgrades will be done.
    joaopsilva authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    fba2a95 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Configuration menu
    Copy the full SHA
    f51ee15 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    dce9a86 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. String to BigDecimal migration

    OrderResponseType
    ExchangeInfoEndpoint, Filters
    OrderTypes
    TimeInForce.FOK
    tifoha committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    a40d332 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	src/main/java/com/binance/api/client/domain/OrderType.java
    #	src/main/java/com/binance/api/client/domain/account/NewOrderResponse.java
    #	src/main/java/com/binance/api/client/domain/account/Trade.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiAsyncRestClientImpl.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiRestClientImpl.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiService.java
    tifoha committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    95df5eb View commit details
    Browse the repository at this point in the history
  3. merge

    tifoha committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    2997930 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. binance

    tifoha committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3520e75 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Merge branch 'master' of https://github.com/binance-exchange/binance-…

    …java-api
    
    # Conflicts:
    #	src/main/java/com/binance/api/client/domain/account/NewOrderResponse.java
    #	src/main/java/com/binance/api/client/domain/general/ExchangeFilter.java
    #	src/main/java/com/binance/api/client/domain/general/FilterType.java
    #	src/main/java/com/binance/api/client/domain/general/RateLimitType.java
    #	src/main/java/com/binance/api/client/domain/general/SymbolFilter.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiRestClientImpl.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiService.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiServiceGenerator.java
    #	src/main/java/com/binance/api/client/impl/BinanceApiWebSocketClientImpl.java
    #	src/test/java/com/binance/api/domain/event/UserDataUpdateEventDeserializerTest.java
    #	src/test/java/com/binance/api/domain/general/ExchangeInfoDeserializerTest.java
    tifoha committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    f38ed7f View commit details
    Browse the repository at this point in the history
  2. merge

    tifoha committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    f7ce768 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. binance

    tifoha committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    d29adfc View commit details
    Browse the repository at this point in the history
  2. binance

    tifoha committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    891c57f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. web move to separate module

    tifoha committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    e29e690 View commit details
    Browse the repository at this point in the history
Loading