CoinExchange
public struct CoinExchange : Codable, 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
-
List of supported fiat currencies
Declaration
Swift
public let fiats: [Exchange.Fiat]