public async Task Get24HourStatistics() { var json = await _api.Get24HourStatisticsAsync(Symbol.BTC_USDT); Assert.True(IsJsonObject(json)); }