Client.get_historical_klines returns a list of 12 elements,. What do all of them represent and where is this documented?
Documentation only mentions the 5 OHLCV values, unless I am missing something.
I know a bit late but check out https://github.com/binance-us/binance-official-api-docs/blob/master/rest-api.md#klinecandlestick-data for the response.
Thx you that helped me
Most helpful comment
I know a bit late but check out https://github.com/binance-us/binance-official-api-docs/blob/master/rest-api.md#klinecandlestick-data for the response.