Structures

The following structures are available globally.

  • API

    Coinpaprika API endpoints

    See more

    Declaration

    Swift

    public struct API
  • Open/High/Low/Close values with volume and market_cap

    See more

    Declaration

    Swift

    public struct Ohlcv : Equatable, CodableModel
  • Request representation returned by CoinpaprikaAPI methods. To perform request use .perform() method. It will call callback with error reason or

    See more

    Declaration

    Swift

    public struct Request<Model> : Requestable where Model : Decodable