mscheetz / KuCoinApi.Net

KuCoin api access built in .Net Standard
MIT License
6 stars 4 forks source link

Get24HrStats does not work #17

Open Norris76134 opened 4 years ago

Norris76134 commented 4 years ago

According to the API this should work and it does. The test explorer fails until this edit is made. ///

/// Get 24 hour stats for a trading pair /// /// Trading pair /// TradingPairStats object public async Task Get24HrStats(string pair) { var endpoint = $"/api/v1/market/stats?symbol={pair}";

        return await Get<TradingPairStats>(endpoint, false);
    }
mscheetz commented 4 years ago

Sorry for the late response, not sure what the issue is. It is working for me both on sandbox and live api