Coin Full Data
constructor(id: String, symbol: String, name: String, hashingAlgorithm: String? = null, blockTimeInMinutes: Long = 0, categories: List<String> = emptyList(), localization: Map<String, String> = emptyMap(), description: Map<String, String> = emptyMap(), links: Links, image: Image, countryOrigin: String? = null, genesisDate: String? = null, contractAddress: String? = null, icoData: IcoData? = null, marketCapRank: Long = 0, coingeckoRank: Long = 0, coingeckoScore: Double = 0.0, developerScore: Double = 0.0, communityScore: Double = 0.0, liquidityScore: Double = 0.0, publicInterestScore: Double = 0.0, marketData: MarketData? = null, communityData: CommunityData? = null, developerData: DeveloperData? = null, publicInterestStats: PublicInterestStats? = null, statusUpdates: List<Update>? = null, lastUpdated: String? = null, tickers: List<Ticker>? = null, sentimentVotesUpPercentage: Float = 50.0f, sentimentVotesDownPercentage: Float = 50.0f, assetPlatformId: String?, platforms: Map<String, String> = emptyMap(), publicNotice: String? = null, additionalNotices: List<String> = emptyList())