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
Contains a list of crypto coins
List of all coins