Skip to main content
POST
delegations | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "delegations" is used to list a user’s active HYPE staking delegations.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "delegations", "user": "..."}.
  • Returns an empty array when the user has no active delegations.
  • For staking totals use delegatorSummary; for the delegate / undelegate event history behind them, use delegatorHistory.
Returns a user’s active HYPE staking delegations - one entry per validator - with the delegated amount and the timestamp until which each delegation is locked. Use delegatorSummary for aggregate totals and delegatorHistory for the underlying event sequence. User-keyed.

Endpoint

Request

string
required
Always "delegations".
string
required
The wallet address (lowercase 0x-prefixed hex).

Example

Response

An array of delegation objects, one per validator. Empty when the user has no active delegations.

Field descriptions

amount is returned as a decimal string, preserving upstream precision. Do not parse it as a float.
string
Validator address the stake is delegated to.
string
Delegated HYPE amount.
int
Millisecond timestamp until which the delegation is locked (undelegation is subject to this lock).
Last reviewed: 2026-07-24