java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Results 34 java-sdk issues
Sort by recently updated
recently updated
newest added

List on growth market

I am getting below warnings when use #111 ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/Users/.../.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.6.1/d06d46ecfd92ec6d0f3b423b4cd81cb38d8b924/protobuf-java-3.6.1.jar) to field java.nio.Buffer.address WARNING: Please consider...

` binanceDexApiNodeClient.getBlockTransactions(153204081)) ` ``` Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "type" (class com.binance.dex.api.client.domain.jsonrpc.TxResult$Event), not marked as ignorable (one known property: "attributes"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 22, column: 24] (through reference chain:...

how to SetAccountFlags

获取某个高度的交易,返回为空。但是这个高度上面是有交易的。 ```java @Test public void getBlockTransactions(){ List result = nodeClient.getBlockTransactions(149611021L); System.out.println("size :" + result.size()); for (Transaction transaction : result) { System.out.println(transaction.toString()); } } ```

According to the official changelog for the binance api https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md the field quoteOrderQty should be enabled for all symbols. If supported for binance dex (I am not 100% sure of...

Thank to great chain and nice supporting lib. And you guys have plan for decoding?

The SDK does not mention how to create a wallet account

Hi, I try to get your API via android gradle and get an error while it try to sync ERROR: Failed to resolve: com.binance.dex.api:binance-dex-api-client:1.0.0 the line that I added to...