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 candleSnapshot request.

The Hyperliquid Info API silently truncates responses to this many candles regardless of the requested window. Callers needing longer histories must paginate by advancing startTime past the last returned candle.