delegations | Hyperliquid Info API
Info API
delegations | Hyperliquid Info API
Hyperliquid delegations: list a user’s active HYPE staking delegations.
POST
delegations | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "delegations" is used to list a user’s active HYPE staking delegations.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"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, usedelegatorHistory.
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).
Related endpoints
delegatorHistory
reconstruct the sequence of HYPE staking events behind the totals shown in delegatorSummary.
delegatorRewards
fetch a user’s current HYPE staking position.
delegatorSummary
get a one-shot snapshot of a user’s HYPE staking position for dashboards and portfolio overviews.