Coingecko API library for Elixir
[Insert a brief description about the library]
ping
iex(1)> Coingecko.ping
%{gecko_says: "(V3) To the Moon!"}
categories_list
iex(1)> Coingecko.categories_list
[%{category_id: "aave-tokens", name: "Aave Tokens"}, ...]
supported_vs_currencies
iex(1)> Coingecko.supported_vs_currencies
["btc", "eth", "ltc", "bch", "bnb", "eos", "xrp", ...]
Coins list
iex(1)> Coingecko.coins_list
[
%{id: "01coin", name: "01coin", symbol: "zoc"},
%{
id: "0-5x-long-algorand-token",
name: "0.5X Long Algorand Token",
symbol: "algohalf"
},
...
]