Quote

public struct Quote : Codable, Equatable

Market.Quote

  • Price

    Declaration

    Swift

    public let price: Decimal
  • Volume from last 24h

    Declaration

    Swift

    public let volume24h: Decimal