Package com.litesoftwares.coingecko
Interface CoinGeckoApiClient
- All Known Implementing Classes:
CoinGeckoApiClientImpl
public interface CoinGeckoApiClient
-
Method Summary
Modifier and TypeMethodDescriptiongetCoinById(String id) getCoinById(String id, boolean localization, boolean tickers, boolean marketData, boolean communityData, boolean developerData, boolean sparkline) getCoinHistoryById(String id, String date) getCoinHistoryById(String id, String data, boolean localization) getCoinInfoByContractAddress(String id, String contractAddress) getCoinMarketChartById(String id, String vsCurrency, Integer days) getCoinMarketChartById(String id, String vsCurrency, Integer days, String interval) getCoinMarketChartRangeById(String id, String vsCurrency, String from, String to) getCoinMarkets(String vsCurrency) getCoinMarkets(String vsCurrency, String ids, String order, Integer perPage, Integer page, boolean sparkline, String priceChangePercentage) getCoinMarkets(String vsCurrency, String ids, String category, String order, Integer perPage, Integer page, boolean sparkline, String priceChangePercentage) getCoinOHLC(String id, String vsCurrency, Integer days) getCoinStatusUpdateById(String id, Integer perPage, Integer page) getCoinTickerById(String id, String exchangeIds, Integer page, String order) Deprecated.getEvents(String countryCode, String type, Integer page, boolean upcomingEventsOnly, String fromDate, String toDate) Deprecated.Deprecated.Deprecated.getExchanges(int perPage, int page) getExchangesStatusUpdatesById(String id, Integer perPage, Integer page) getExchangesTickersById(String id, String coinIds, Integer page, String order) getExchangesVolumeChart(String id, Integer days) getPrice(String ids, String vsCurrencies, boolean includeMarketCap, boolean include24hrVol, boolean include24hrChange, boolean includeLastUpdatedAt) getSearchResult(String query) Deprecated.getStatusUpdates(String category, String projectType, Integer perPage, Integer page) Deprecated.getTokenPrice(String id, String contractAddress, String vsCurrencies) getTokenPrice(String id, String contractAddress, String vsCurrencies, boolean includeMarketCap, boolean include24hrVol, boolean include24hrChange, boolean includeLastUpdatedAt) ping()voidshutdown()
-
Method Details
-
ping
Ping ping() -
getPrice
-
getPrice
-
getTokenPrice
-
getTokenPrice
-
getSupportedVsCurrencies
-
getCoinList
-
getCoinMarkets
-
getCoinMarkets
-
getCoinMarkets
-
getCoinById
-
getCoinById
CoinFullData getCoinById(String id, boolean localization, boolean tickers, boolean marketData, boolean communityData, boolean developerData, boolean sparkline) -
getCoinTickerById
-
getCoinTickerById
-
getCoinHistoryById
-
getCoinHistoryById
-
getCoinMarketChartById
-
getCoinMarketChartById
-
getCoinMarketChartRangeById
-
getCoinOHLC
-
getCoinStatusUpdateById
-
getCoinStatusUpdateById
-
getCoinInfoByContractAddress
-
getAssetPlatforms
List<AssetPlatforms> getAssetPlatforms() -
getExchanges
-
getExchanges
-
getExchangesList
List<ExchangesList> getExchangesList() -
getExchangesById
-
getExchangesTickersById
-
getExchangesTickersById
-
getExchangesStatusUpdatesById
-
getExchangesStatusUpdatesById
-
getExchangesVolumeChart
-
getStatusUpdates
Deprecated. -
getStatusUpdates
@Deprecated StatusUpdates getStatusUpdates(String category, String projectType, Integer perPage, Integer page) Deprecated. -
getEvents
Deprecated. -
getEvents
@Deprecated Events getEvents(String countryCode, String type, Integer page, boolean upcomingEventsOnly, String fromDate, String toDate) Deprecated. -
getEventsCountries
Deprecated. -
getEventsTypes
Deprecated. -
getExchangeRates
ExchangeRates getExchangeRates() -
getTrending
Trending getTrending() -
getSearchResult
-
getGlobal
Global getGlobal() -
getDecentralizedFinanceDefi
DecentralizedFinanceDefi getDecentralizedFinanceDefi() -
shutdown
void shutdown()
-