HYPERLIQUID_CANDLE_SNAPSHOT_LIMIT
Documentation for eth_defi.hyperliquid.api.HYPERLIQUID_CANDLE_SNAPSHOT_LIMIT data.
- HYPERLIQUID_CANDLE_SNAPSHOT_LIMIT: int = 5000
Hard cap on candles returned by a single
candleSnapshotrequest.The Hyperliquid Info API silently truncates responses to this many candles regardless of the requested window. Callers needing longer histories must paginate by advancing
startTimepast the last returned candle.