Add `timeframe` input to `kraken` history api
parent
ac7ba500be
commit
844f8beaa7
|
@ -258,6 +258,7 @@ async def open_history_client(
|
|||
queries: int = 0
|
||||
|
||||
async def get_ohlc(
|
||||
timeframe: float,
|
||||
end_dt: Optional[datetime] = None,
|
||||
start_dt: Optional[datetime] = None,
|
||||
|
||||
|
|
Loading…
Reference in New Issue