coinmarketcap_api v2.0.0 CoinmarketcapApi.Quote

Link to this section Summary

Link to this section Functions

Link to this function new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %CoinmarketcapApi.Quote{
  market_cap: term(),
  percent_change_1h: term(),
  percent_change_24h: term(),
  percent_change_7d: term(),
  price: term(),
  volume_24h: term()
}