Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coin ¶
type Coin struct { ID string Name string Symbol string Rank int Price float64 Volume24H float64 MarketCap float64 AvailableSupply float64 TotalSupply float64 PercentChange1H float64 PercentChange24H float64 PercentChange7D float64 PercentChange30D float64 PercentChange1Y float64 LastUpdated string }
Coin struct
type CoinGraph ¶
type CoinGraph struct { MarketCapByAvailableSupply [][]float64 PriceBTC [][]float64 Price [][]float64 Volume [][]float64 }
CoinGraph struct
type GlobalMarketData ¶
type GlobalMarketData struct { TotalMarketCapUSD float64 Total24HVolumeUSD float64 BitcoinPercentageOfMarketCap float64 ActiveCurrencies int ActiveAssets int ActiveMarkets int }
GlobalMarketData struct
type Market ¶
type Market struct { Rank int Exchange string Pair string VolumeUSD float64 Price float64 VolumePercent float64 Updated string }
Market struct
type MarketGraph ¶
MarketGraph struct
Click to show internal directories.
Click to hide internal directories.