CoinExtended

public struct CoinExtended : Codable, Equatable, CodableModel, CoinType

Undocumented

  • id

    Coin id, eg. btc-bitcoin

    Declaration

    Swift

    public let id: String
  • Coin name, eg. Bitcoin

    Declaration

    Swift

    public let name: String
  • Coin symbol, eg. BTC

    Declaration

    Swift

    public let symbol: String
  • Coin position in Coinpaprika ranking

    Declaration

    Swift

    public let rank: Int
  • Is it recently added to Coinpaprika

    Declaration

    Swift

    public let isNew: Bool
  • Is it active on Coinpaprika

    Declaration

    Swift

    public let isActive: Bool
  • Undocumented

    Declaration

    Swift

    public let tags: [Tag]?
  • Tag

    Undocumented

    See more

    Declaration

    Swift

    public struct Tag : Codable, Equatable
  • Undocumented

    Declaration

    Swift

    public let team: [Person]?
  • Coin.Person model

    See more

    Declaration

    Swift

    public struct Person : Codable, Equatable
  • Undocumented

    Declaration

    Swift

    public let description: String?
  • Coin moderation message

    Declaration

    Swift

    public let message: String?
  • Is it Open Source project?

    Declaration

    Swift

    public let openSource: Bool
  • Project start date

    Declaration

    Swift

    public let startedAt: Date?
  • Project development status, eg. Beta version

    Declaration

    Swift

    public let developmentStatus: String?
  • Does it have a hardware wallet?

    Declaration

    Swift

    public let hardwareWallet: Bool
  • Coin Proof of Type, eg. Proof of stake

    Declaration

    Swift

    public let proofType: String?
  • Project organisation stucture, eg. Semi-centralized

    Declaration

    Swift

    public let orgStructure: String?
  • Coin hash algorithm, eg. SHA256

    Declaration

    Swift

    public let hashAlgorithm: String?
  • Coin links

    See more

    Declaration

    Swift

    public struct Links : Codable, Equatable
  • Project links

    Declaration

    Swift

    public let links: Links
  • Coin Whitepaper

    See more

    Declaration

    Swift

    public struct Whitepaper : Codable, Equatable
  • Coin whitepaper

    Declaration

    Swift

    public let whitepaper: Whitepaper