CAN ANYONE HELP
I am using python binance api I want to know how can add minute in 3rd and 4th argument like
What i try:
klines = client.get_historical_klines("ETHBTC", Client.KLINE_INTERVAL_30MINUTE, "01/01/2022", "02/02/2022")
what i expecting:
kline = client.get_historical_Klines('BTCUSDT',Client.KLINE_INTERVAL_1MINUTE,'01/01/2022 00:00','01/01/2022 00:05
using this getting value error
ValueError: unconverted data remains: :00