Skip to main content
Allium’s Hyperliquid tools take the same requests as Hyperliquid’s own 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.
Read the full list of supported request types first:

Fills, order history, and order status

Each of these request types has its own tool with an explicit argument schema.
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.
The response can be large. Have your agent filter it down to the pairs it needs before keeping it in context.

Documentation paths

Each tool’s description carries its browse_docs path: the authoritative reference for parameters and response shape.
Five of these tools were renamed in September 2026. The old realtime_* names no longer run: calling them will return an error. get_realtime_hyperliquid_asset_contexts is new and never had an old name. See Renamed tools.

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