Coingecko (coingecko v0.1.0)

Documentation for Coingecko. https://www.coingecko.com/en/api#explore-api

Link to this section Summary

Link to this section Functions

Link to this function

get_chached_keys()

Link to this function

get_coin_list(force_refresh \\ false)

Specs

get_coin_list(boolean()) :: {:ok, [map()]} | {:error, any()}
Link to this function

get_simple_price(ids, vs_currencies, options \\ %{}, force_refresh \\ false)

Specs

get_simple_price([String.t()], [String.t()], map(), boolean()) ::
  {:ok, [map()]} | {:error, any()}

Hello world.

Examples

iex> Coingecko.hello()
:world
Link to this function

get_simple_supported_vs_currencies(force_refresh \\ false)

Specs

get_simple_supported_vs_currencies(boolean()) ::
  {:ok, [String.t()]} | {:error, any()}