Skip to main content
POST
liquidatable | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "liquidatable" is used to list accounts currently eligible for liquidation.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "liquidatable"}.
  • Global, non-user-keyed: it takes no user field 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.
Returns the set of accounts currently eligible for liquidation across HyperCore. This is a global, non-user-keyed type: a single snapshot shared across all callers. Because eligible accounts are liquidated almost immediately, the result is usually an empty array.

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.
Last reviewed: 2026-07-24