Closed jtfarks closed 5 years ago
Market Data Endpoints >> Get Historical Kline/Candlesticks
The third example is:
# fetch weekly klines since it listed klines = client.get_historical_klines("NEOBTC", KLINE_INTERVAL_1WEEK, "1 Jan, 2017")
I believe it should be:
# fetch weekly klines since it listed klines = client.get_historical_klines("NEOBTC", Client.KLINE_INTERVAL_1WEEK, "1 Jan, 2017")
What do you know, there is a typo! Probably won't be the last, thanks!
Oh, have updated it :)
Market Data Endpoints >> Get Historical Kline/Candlesticks
The third example is:
I believe it should be: