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) getCoinOHLC(String id, String vsCurrency, Integer days) getCoinStatusUpdateById(String id, Integer perPage, Integer page) getCoinTickerById(String id, String exchangeIds, Integer page, String order) getEvents(String countryCode, String type, Integer page, boolean upcomingEventsOnly, String fromDate, String toDate) 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) getStatusUpdates(String category, String projectType, Integer perPage, Integer page) 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
-
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
StatusUpdates getStatusUpdates() -
getStatusUpdates
-
getEvents
Events getEvents() -
getEvents
-
getEventsCountries
EventCountries getEventsCountries() -
getEventsTypes
EventTypes getEventsTypes() -
getExchangeRates
ExchangeRates getExchangeRates() -
getTrending
Trending getTrending() -
getSearchResult
-
getGlobal
Global getGlobal() -
getDecentralizedFinanceDefi
DecentralizedFinanceDefi getDecentralizedFinanceDefi() -
shutdown
void shutdown()
-