CoinDetailDTO
@Serializable
Represents the detailed data for a single coin from the /coins/{id} endpoint.
Constructors
Link copied to clipboard
constructor(id: String, symbol: String, name: String, assetPlatformId: String? = null, platforms: Map<String, String?>, categories: List<String>, description: LocalizationDTO, links: LinksDTO, image: ImageDTO, genesisDate: String? = null, marketCapRank: Int? = null, coingeckoRank: Int? = null, marketData: MarketDataDTO, lastUpdated: Instant? = null)