This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
forked from joaopsilva/binance-java-api
-
Notifications
You must be signed in to change notification settings - Fork 622
[bug] two ENDPOINT_SECURITY_TYPE_SIGNED? #127
Labels
Comments
Thanks @gMan1990 , well spotted, it's now fixed. |
mcourteaux
added a commit
to mcourteaux/binance-java-api
that referenced
this issue
Jul 24, 2018
…java-api * 'master' of https://github.com/binance-exchange/binance-java-api: (45 commits) binance api change 2018-07-18: updated javadoc to reflect the new limits for max results o binance api change 2018-07-18: added param cummulativeQuoteQty to the order response Issue 157: Exception when getting all trades of a symbol ignore properties add for avoiding new fields deserialization exception Add support for ICEBERG_PARTS and MAX_NUM_ALGO_ORDERS filter. Cannot deserialize value of type `com.binance.api.client.domain.general.RateLimitType` from String "REQUEST_WEIGHT": value not one of declared Enum instance names: [REQUESTS, ORDERS] Fix binance-exchange#127 Remove meta header. Fix binance-exchange#125: Avoid 301 redirect for asset info API. withdrawal status added, conflicts resolved Demonstrate use of newOrderRespType in README.md Add NewOrderResponse#origQty Parse both 'id' and 'tradeId' into Trade#id to deal with inconsistent API models on Binance Demonstrate use of newOrderRespType in OrdersExample Add support for newOrderRespType (v3 API) Route exceptions via onFailure callback rather than throwing them Fixes binance-exchange#103: Add support for fetching all assets. Expose getAllAssets JSON call Add support for AllAssets Add reconnect & close logic Better docs / comments ...
mcourteaux
added a commit
to mcourteaux/binance-java-api
that referenced
this issue
Jul 24, 2018
* master: (39 commits) binance api change 2018-07-18: updated javadoc to reflect the new limits for max results o binance api change 2018-07-18: added param cummulativeQuoteQty to the order response Issue 157: Exception when getting all trades of a symbol ignore properties add for avoiding new fields deserialization exception Add support for ICEBERG_PARTS and MAX_NUM_ALGO_ORDERS filter. Cannot deserialize value of type `com.binance.api.client.domain.general.RateLimitType` from String "REQUEST_WEIGHT": value not one of declared Enum instance names: [REQUESTS, ORDERS] Fix binance-exchange#127 Remove meta header. Fix binance-exchange#125: Avoid 301 redirect for asset info API. withdrawal status added, conflicts resolved Demonstrate use of newOrderRespType in README.md Add NewOrderResponse#origQty Parse both 'id' and 'tradeId' into Trade#id to deal with inconsistent API models on Binance Demonstrate use of newOrderRespType in OrdersExample Add support for newOrderRespType (v3 API) Route exceptions via onFailure callback rather than throwing them Fixes binance-exchange#103: Add support for fetching all assets. Expose getAllAssets JSON call Add support for AllAssets Add reconnect & close logic Better docs / comments ...
nilswx
pushed a commit
to nilswx/binance-java-api
that referenced
this issue
Dec 14, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
binance-java-api/src/main/java/com/binance/api/client/security/AuthenticationInterceptor.java
Line 36 in eb1ff5c
The text was updated successfully, but these errors were encountered: