Code Monkey home page Code Monkey logo

Comments (10)

joaopsilva avatar joaopsilva commented on July 17, 2024

You can use a library such as JFreeChart: http://www.java2s.com/Code/Java/Chart/JFreeChartCandlestickDemo.htm, and feed it with data from getCandlestickBars("ETHUSD", CandlestickInterval.WEEKLY), for example.

from binance-java-api.

klaszlo8207 avatar klaszlo8207 commented on July 17, 2024

com.binance.api.client.exception.BinanceApiException: Invalid symbol.

for ETHUSD

:(

from binance-java-api.

joaopsilva avatar joaopsilva commented on July 17, 2024

Try ETHUSDT.

from binance-java-api.

klaszlo8207 avatar klaszlo8207 commented on July 17, 2024

Tried with that:

com.binance.api.client.exception.BinanceApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not construct instance of java.lang.Long from String value ("301.13000000"): not a valid Long value
at [Source: okhttp3.ResponseBody$BomAwareReader@8ecffe6; line: 1, column: 17] (through reference chain: java.util.ArrayList[0]->com.binance.api.client.domain.market.Candlestick["closeTime"])
at com.binance.api.client.impl.BinanceApiServiceGenerator.executeSync(BinanceApiServiceGenerator.java:60)

from binance-java-api.

klaszlo8207 avatar klaszlo8207 commented on July 17, 2024

I think they updated the API, right? And that is why we got all this exceptions from getCandlestickBars

Other toughts: I think they not give me the ETH-USD price, or ETH-EUR only the ETH-BTC ot XVG-ETH, etc..

So this is sad.. Am I right?

from binance-java-api.

joaopsilva avatar joaopsilva commented on July 17, 2024

Most likely yes, I'll have a look later. Or you can submit a pull request with the fix? Probably the field name or the order has changed.

from binance-java-api.

joaopsilva avatar joaopsilva commented on July 17, 2024

You can check the available pairs at https://www.binance.com/api/v1/exchangeInfo, or in Binance directly.

from binance-java-api.

klaszlo8207 avatar klaszlo8207 commented on July 17, 2024

Thanks. I think USDT is an asset, I wanted USD only:) USD dollars (or euro) from ETH. I think there is no simple way to do that, so I have to calculate by myself.

from binance-java-api.

joaopsilva avatar joaopsilva commented on July 17, 2024

Inded, you would have to calculate that yourself, by getting the USDT value of the quote asset.

from binance-java-api.

klaszlo8207 avatar klaszlo8207 commented on July 17, 2024

Thanks @joaopsilva one more :)

        socket.onCandlestickEvent(symbol, interval) { response ->
            callback?.ok(response)
        }

I call this with "xlmeth", CandlestickInterval.WEEKLY

but this is called in 1 to X seconds again and again, and give me one line only.. I need the history only for the XMLETH
I think this is a realtime data right? How can I call the history of an assset price? So I need to download the last 7 days prices, or just the 24 hours in one... Is it possible?

from binance-java-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.