Packages

A type-safe CoinGecko API client for Gleam

Current section

Files

Jump to
coinglecko include coinglecko@exchanges_Exchange.hrl
Raw

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()
}).