delegatorSummary
Info API
delegatorSummary
Commonly used to get a one-shot snapshot of a user’s HYPE staking position for dashboards and portfolio overviews.
POST
delegatorSummary
Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
1 per call
Processing
Realtime
- 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
Always
"delegatorSummary".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.HYPE currently delegated to validators.
HYPE in the staking account but not delegated.
Sum of HYPE in any in-flight unstake withdrawals.
Count of in-flight unstake withdrawals.