delegatorSummary | Hyperliquid Info API
Info API
delegatorSummary | Hyperliquid Info API
Hyperliquid delegatorSummary: get a one-shot snapshot of a user’s HYPE staking position for dashboards and portfolio overviews.
POST
delegatorSummary | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "delegatorSummary" is used to get a one-shot snapshot of a user’s HYPE staking position for dashboards and portfolio overviews.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "delegatorSummary", "user": "..."}. - For the sequence of delegation events behind these totals, use
delegatorHistory. - For accrued staking and commission rewards, use
delegatorRewards.
Endpoint
Request
string
required
Always
"delegatorSummary".string
required
The wallet address (lowercase 0x-prefixed hex).
Example
Response
Field descriptions
delegated, undelegated, and totalPendingWithdrawal are returned as decimal strings. Do not parse them as floats.string
HYPE currently delegated to validators.
string
HYPE in the staking account but not delegated.
string
Sum of HYPE in any in-flight unstake withdrawals.
int
Count of in-flight unstake withdrawals.
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.