CryptoCoinsListResponseDto

data class CryptoCoinsListResponseDto(var coins: MutableList<CryptoCoinInfoDto>? = null, var page: PageDto? = null)

Contains a list of crypto coins

Parameters

coins

List of all coins

page

Constructors

Link copied to clipboard
constructor(coins: MutableList<CryptoCoinInfoDto>? = null, page: PageDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@Valid
var page: PageDto?