Skip to content

issues Search Results · repo:Philipinho/CoinGecko-Java language:Java

Filter by

14 results
 (70 ms)

14 results

inPhilipinho/CoinGecko-Java (press backspace or delete to remove)

Hi! I am having some problems with the call to get OHLC of a given coin. Since I didn t find this method in this project I tried to implement it following the current project style, but I get the following ...
  • AlleCristo
  • 4
  • Opened 
    on Mar 25, 2022
  • #35

The value type of field fully_diluted_valuation should be double: Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (660670687127652139008) out of range of long (-9223372036854775808 ...
  • clpir3s
  • 1
  • Opened 
    on Feb 5, 2022
  • #34

Command getCoinMarketChartRangeById() is not working for any input other than bitcoin . e.g. CoinGeckoApiClient client = new CoinGeckoApiClientImpl(); client.getCoinMarketChartRangeById( bitcoin , eur ...
  • SilberSeele
  • 1
  • Opened 
    on Jan 22, 2022
  • #33

Hi, It is possible to have custom timeout value available? (Make it as configurable from property....) com.litesoftwares.coingecko.exception.CoinGeckoApiException: java.net.SocketTimeoutException: timeout ...
  • clpir3s
  • 2
  • Opened 
    on Nov 21, 2021
  • #28

Can you handle the 429 rate limited. When you reached the rate limite coingeck doesn t handle the response as json response. The response is HTML can you handle this error? image Improve this else in ...
  • clpir3s
  • 2
  • Opened 
    on Nov 21, 2021
  • #27

Hello, I m running into an issue when attempting to get historical data. The following line is producing errors: CoinHistoryById bitcoinHistory = client.getCoinHistoryById( bitcoin , 03-11-2021 , false); ...
  • natedorelus
  • 2
  • Opened 
    on Nov 4, 2021
  • #26

Hi! I m trying to get the price of Ethereum in USD on a specific date in the past. I ve only been able to find examples that show how to get the current price. Any advice? Thank you!
  • classicrob
  • 2
  • Opened 
    on Sep 14, 2021
  • #18

Here is what I am doing in my code: public void getCoinValue() { CoinGeckoApiClient cg = new CoinGeckoApiClientImpl(); Map String, Map String, Double res = cg.getPrice( bitcoin , Currency.USD); ...
  • hmkyriacou
  • 2
  • Opened 
    on Jul 14, 2021
  • #16

How can I integrate this in my maven project?
todo
  • zephirus
  • 15
  • Opened 
    on Apr 11, 2021
  • #15

Access to instances are private and there are no getters. Currently, no functionality for MarketChart class.
  • taejoonn
  • 1
  • Opened 
    on Mar 17, 2021
  • #13
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub