info API surface but run through Allium’s infrastructure, so you aren’t subject to Hyperliquid’s per-IP rate limits.
Available tools
These tools carry the
realtime_ prefix because they share the Realtime API surface, but they only cover Hyperliquid. For Hyperliquid’s on-chain historical data, query the Hyperliquid schemas with SQL instead.The general-purpose tool
realtime_info is the catch-all: type selects which Hyperliquid info request to make, and the other fields depend on that type.
The specialized tools
Three tools cover the request types you’ll reach for most, with explicit schemas.- Fills
- Order history
- Order status
type and user are required. Timestamps are Hyperliquid-style epoch milliseconds.startTime and endTime only apply when type is userFillsByTime — with type: "userFills" they’re ignored. aggregateByTime and twapMode apply to both.Orderbook snapshot
Takes no arguments and returns every pair at once.Documentation paths
Each tool’s description carries itsbrowse_docs path — the authoritative reference for parameters and response shape.
Related resources
Hyperliquid API
The REST endpoints behind these tools
Hyperliquid data
Historical Hyperliquid schemas for SQL
Realtime data
Prices, balances, holdings, and tokens
Billing & limits
These tools consume Developer Units