Exchange

public struct Exchange : Codable, Equatable

Search.Exchange model

  • id

    Exchange identifier, eg. binance

    Declaration

    Swift

    public let id: String
  • Exchange name, eg. Binance

    Declaration

    Swift

    public let name: String
  • Exchange position in Coinpaprika ranking

    Declaration

    Swift

    public let rank: Int