User fills (All = Spot + Perp)
Returns user fills. Each fill includes priorityGas (priority fee paid, null if none) and block_number (Hyperliquid block number, null for older fills). By default, only recent data (from March 2025 onward) is available. Historical data prior to March 2025 is exclusively available on Scale & Enterprise plans via the start_time / end_time parameters. This is currently the only endpoint supporting pre-March historical access.
Headers
Path Parameters
^0x[0-9a-fA-F]{40}$Query Parameters
Preset time range
1h, 24h, 7d, 30d Start time (ISO UTC). Required for Scale/Enterprise historical access. Overrides time_range.
End time (ISO UTC). Defaults to now if start_time is set.
Max results (cap 10000)
1 <= x <= 10000ASC, DESC Filter by priority gas: true = only fills with priorityGas > 0, false = only fills without, omit = no filter.