Hyperliquid wallet book
hl_walletOne Hyperliquid account: live positions, equity, leverage, net bias and unrealized PnL, plus its recent whale-sized fills. The live book is public on Hyperliquid so it stays keyless; computed history (win rates, cadence, realized PnL) and the full fill trail need a developer plan. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max recent fills returned for this account. Defaults to 50, hard ceiling 200 for everyone and no plan raises it. Keyless calls receive 3 of them whatever is asked for, and the live positions come back either way. | |
| address | Yes | Hyperliquid account address, 0x followed by 40 hex characters. Required. Every hl_whales row carries the wallet that filled it, so it can be passed straight in. An address outside the tracked set answers tracked:false, which is a coverage fact and not an account holding nothing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | One line saying what the numbers cover, or why there are none. Read it before reporting any zero as a market reading. | |
| error | No | invalid_address when the address is not 0x plus 40 hex characters. Nothing was looked up. | |
| capped | No | Present only when an argument was cut down to a ceiling. Absent means nothing was clamped, so a smaller number than you asked for is the data and not a limit. | |
| prints | No | Recent whale-sized fills for this account. Keyless connections receive 3 of them whatever was asked for. | |
| address | No | The account address, normalised. | |
| profile | No | The live account: what it holds, equity, dollars open, leverage, which way it leans and unrealized profit. Public on Hyperliquid, so it stays keyless. | |
| tracked | No | False when this account is outside the tracked set. A coverage fact, not an account holding nothing. | |
| access_note | No | What this connection could not return and what lifts it. Always pass this on to the user: it is the only place that information appears. | |
| locked_layers | No | Keyless only: which computed blocks a developer plan adds. |