Skip to main content
Five tools front Allium’s Hyperliquid proxy. They mirror Hyperliquid’s own 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.
Before using it, read the full list of supported request types:

The specialized tools

Three tools cover the request types you’ll reach for most, with explicit schemas.
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.
This is a full snapshot across all pairs and can be large. Have your agent filter to the pairs it needs rather than holding the whole payload in context.

Documentation paths

Each tool’s description carries its browse_docs path — the authoritative reference for parameters and response shape.

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