Packages

A type-safe CoinGecko API client for Gleam

Current section

Files

Jump to
coinglecko include coinglecko@exchanges_ExchangeTickersResponse.hrl
Raw

include/coinglecko@exchanges_ExchangeTickersResponse.hrl

-record(exchange_tickers_response, {
name :: binary(),
tickers :: list(coinglecko@exchanges:exchange_ticker())
}).