HYPERLIQUID_HIGH_FREQ_DEFAULT_INTERVAL
Documentation for eth_defi.hyperliquid.constants.HYPERLIQUID_HIGH_FREQ_DEFAULT_INTERVAL data.
- HYPERLIQUID_HIGH_FREQ_DEFAULT_INTERVAL: datetime.timedelta = datetime.timedelta(seconds=14400)
Default scan interval for high-frequency mode.
This is the scan trigger cadence (how often the cron job polls the
vaultDetailsAPI), not the data resolution. The API serves thedayperiod at a fixed ~20 min resolution and downsamples older points as they age (week~3h,month~10.5h,allTime~weekly). ~20 min is therefore a hard floor — polling faster than this yields no finer data. The 4h default only needs to stay<= 24hso each run snapshots thedaywindow before its points age out and get coarsened; 4h is a 6x safety margin against missed runs. Seescripts/hyperliquid/README-hyperliquid-vaults-high-frequency.md.