liquidatable | Hyperliquid Info API
Info API
liquidatable | Hyperliquid Info API
Hyperliquid liquidatable: list accounts currently eligible for liquidation.
POST
liquidatable | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "liquidatable" is used to list accounts currently eligible for liquidation.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "liquidatable"}. - Global, non-user-keyed: it takes no
userfield and returns the accounts that are liquidatable at the instant of the call. - The array is frequently empty - eligible accounts are typically liquidated the moment they cross the threshold, so a point-in-time snapshot rarely catches an open candidate.
Endpoint
Request
string
required
Always
"liquidatable".Example
Response
An array of liquidatable-account entries. The array is empty when no account is currently eligible for liquidation, which is the common case.Field descriptions
Upstream Hyperliquid does not publish a stable, fully-specified per-entry schema for
liquidatable, and the result is empty in the vast majority of calls. When the array is non-empty, each entry identifies an at-risk account by its wallet address; treat any additional per-entry fields defensively.string
Wallet address (0x-prefixed hex) of an account currently eligible for liquidation.