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

I used the official demon to query the wallet address information incorrectly

Open qianchutao opened this issue 4 years ago • 2 comments

Exception in thread "main" com.binance.dex.api.client.BinanceDexApiException: BinanceDexApiError[code=400,message=decoding bech32 failed: checksum failed. Expected a955xp, got 07f2d2.] at com.binance.dex.api.client.BinanceDexApiClientGenerator.executeSync(BinanceDexApiClientGenerator.java:82) at com.binance.dex.api.client.impl.BinanceDexApiRestClientImpl.getAccount(BinanceDexApiRestClientImpl.java:77) at TestBinance.main(TestBinance.java:17)

image

qianchutao avatar Dec 23 '21 04:12 qianchutao

Have you managed to get the sdk set up? we all have errors due to that missing ethereum jar. Could you share the file if you have it? thanks (see other open issues on the matter)

appfile01 avatar Dec 23 '21 22:12 appfile01

@appfile01

<repository>
           <id>jcenter</id>
            <url>https://maven.aliyun.com/repository/public</url>
</repository>

use this repository

congatobu avatar Feb 14 '22 02:02 congatobu