info API and run them through a proxy, so Hyperliquid’s per-IP rate limits do not apply.
Available tools
These tools are part of the Realtime API but only cover Hyperliquid. For Hyperliquid’s on-chain historical data, query the Hyperliquid schemas with SQL.
Info requests
get_realtime_hyperliquid_info takes any supported Hyperliquid info request: type selects the request, and the other fields depend on that type.
Fills, order history, and order status
Each of these request types has its own tool with an explicit argument schema.- Fills
- Order history
- Order status
type and user are required. Timestamps are Hyperliquid-style epoch milliseconds.startTime and endTime apply only when type is userFillsByTime. aggregateByTime and twapMode apply to that type and to userFills.Orderbook snapshot
get_realtime_hyperliquid_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