GekoCoinInfoDto

Represents the data transfer object for GekoCoinInfo. Contains information about a specific crypto coin.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var id: String?

The ID of the coin.

Link copied to clipboard

The URL of the coin's image.

Link copied to clipboard

The timestamp of the last update.

Link copied to clipboard
var name: String?

The name of the coin.

Link copied to clipboard

The current price of the coin.

Link copied to clipboard

The change in price in the last 24 hours.

Link copied to clipboard
var rank: Int

The market cap rank of the coin.

Link copied to clipboard

The symbol of the coin.

Functions

Link copied to clipboard
open override fun toString(): String