CoinExchange
public struct CoinExchange : Equatable, CodableModel
Coin Exchange
-
Coin id, eg. binance
Declaration
Swift
public let id: String
-
Coin name, eg. Binance
Declaration
Swift
public let name: String
-
Adjusted volume share in last 24h
Declaration
Swift
public let adjustedVolume24hShare: Decimal