builderFillsByTime
Native Hyperliquid /info operation. Returns the fills routed through builder within a time range, across every user. startTime is required unless cursor is supplied. Set aggregateByTime to merge fills that occurred at the same time.
Authorizations
API key to access the API (Optional)
Query Parameters
Unique identifier for a blockchain network.
999, 998 999
Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)
Covalent Body
- Option 1
- Option 2
builderFillsByTime "builderFillsByTime"
The builder address (0x-prefixed).
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Inclusive start time, epoch milliseconds.
1704067200000
Optional exclusive end time, epoch milliseconds. Defaults to now.
1706745600000
Optional; when true, aggregate fills that occurred at the same time.
false
Optional pagination cursor — epoch milliseconds encoded as a string. Returns fills strictly before this time, and overrides startTime when both are set.
"1780000000000"
Response
Successful response.