Versions in this module Expand all Collapse all v4 v4.7.1 Nov 12, 2024 v4.7.0 Nov 10, 2024 Changes in this version + func GetAssetQuotes(client resty.Client, symbols []string) []c.AssetQuote + type ResponseQuote struct + Ath float64 + AthChangePercentage float64 + AthDate string + Atl float64 + AtlChangePercentage float64 + AtlDate string + CirculatingSupply float64 + CurrentPrice float64 + FullyDilutedValuation float64 + High24h float64 + Id string + Image string + LastUpdated string + Low24h float64 + MarketCap float64 + MarketCapChange24h float64 + MarketCapChangePercentage24h float64 + MarketCapRank float64 + MaxSupply float64 + Name string + PriceChange24h float64 + PriceChangePercentage24h float64 + Symbol string + TotalSupply float64 + TotalVolume float64 + type ResponseQuotes []ResponseQuote