Current section
Files
Jump to
Current section
Files
include/coinglecko@exchanges_ExchangeTicker.hrl
-record(exchange_ticker, {
base :: binary(),
target :: binary(),
coin_id :: binary(),
target_coin_id :: binary(),
last :: float(),
volume :: float(),
trust_score :: gleam@option:option(binary())
}).