Exchange
@Serializable
Constructors
Link copied to clipboard
constructor(id: String, name: String, yearEstablished: Long = 0, country: String? = null, description: String? = null, url: String? = null, image: String? = null, hasTradingIncentive: Boolean = false, tradeVolume24hBtc: Double = 0.0, tickers: List<Ticker> = emptyList(), statusUpdates: List<Update> = emptyList())