chore: hyperliquid doesn't have historic ohlcv

This commit is contained in:
Matthias
2024-07-29 19:42:20 +02:00
parent 24d3e09618
commit 1ebbfffd2a

View File

@@ -17,7 +17,7 @@ class Hyperliquid(Exchange):
_ft_has: Dict = { _ft_has: Dict = {
# Only the most recent 5000 candles are available according to the # Only the most recent 5000 candles are available according to the
# exchange's API documentation. # exchange's API documentation.
"ohlcv_has_history": True, "ohlcv_has_history": False,
"ohlcv_candle_limit": 5000, "ohlcv_candle_limit": 5000,
"trades_has_history": False, # Trades endpoint doesn't seem available. "trades_has_history": False, # Trades endpoint doesn't seem available.
"exchange_has_overrides": {"fetchTrades": False}, "exchange_has_overrides": {"fetchTrades": False},