getCoinMarkets

abstract suspend fun getCoinMarkets(currency: String): Either<SdkError, List<CoinMarket>>