package
1.0.0
Repository: https://github.com/superoo7/go-gecko.git
Documentation: pkg.go.dev

# Variables

OrderTypeObject for certain order.
PriceChangePercentageObject for different amount of time.

# Structs

CoinsID https://api.coingecko.com/api/v3/coins/bitcoin.
CoinsIDHistory https://api.coingecko.com/api/v3/coins/steem/history?date=30-12-2018.
CoinsIDMarketChart https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usd&days=1.
CoinsIDTickers https://api.coingecko.com/api/v3/coins/steem/tickers?page=1.
CoinsListItem item in CoinList.
CoinsMarketItem item in CoinMarket.
CommunityDataItem map all community data item.
DeveloperDataItem map all developer data item.
EventCountryItem item in EventsCountries.
EventsCountries https://api.coingecko.com/api/v3/events/countries.
EventsTypes https://api.coingecko.com/api/v3/events/types.
ExchangeRatesItemStruct struct in ExchangeRateItem.
ExchangeRatesResponse https://api.coingecko.com/api/v3/exchange_rates.
Global for data of /global.
GlobalResponse https://api.coingecko.com/api/v3/global.
ImageItem struct for all sizes of image.
MarketDataItem map all market data item.
OrderType in CoinGecko.
Ping https://api.coingecko.com/api/v3/ping.
PriceChangePercentage in different amount of time.
PublicInterestItem map all public interest item.
ROIItem ROI Item.
SimpleSinglePrice https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd.
SparklineItem for sparkline.
StatusUpdateItem for BEAM.
TickerItem for ticker.

# Type aliases

AllCurrencies map all currencies (USD, BTC) to float64.
ChartItem.
CoinList https://api.coingecko.com/api/v3/coins/list.
CoinsMarket https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=100&page=1&sparkline=false.
DescriptionItem map all description (in locale) into respective string.
ExchangeRatesItem item in ExchangeRate.
LinksItem map all links.
LocalizationItem map all locale (en, zh) into respective string.
SimpleSupportedVSCurrencies https://api.coingecko.com/api/v3/simple/supported_vs_currencies.