Packages
Coinmarketcap.com v2 API client for Elixir/Erlang. Provides access to ticker and historical data for cryptocurrencies like Ethereum, Bitcoin, Monero, etc.
Retired package: Release invalid
Current section
Files
Jump to
Current section
Files
lib/coinmarketcap_api/quote.ex
defmodule CoinmarketcapApi.Quote do
defstruct [
:market_cap,
:percent_change_1h,
:percent_change_24h,
:percent_change_7d,
:price,
:volume_24h
]
use ExConstructor
end