Current section
Files
Jump to
Current section
Files
include/coinglecko@exchanges_Exchange.hrl
-record(exchange, {
id :: binary(),
name :: binary(),
year_established :: gleam@option:option(integer()),
country :: gleam@option:option(binary()),
trust_score :: gleam@option:option(integer()),
trust_score_rank :: gleam@option:option(integer()),
trade_volume_24h_btc :: float()
}).