Returns a user’s HYPE staking summary - currently delegated and undelegated amounts plus pending withdrawal totals.
Returns a single user’s HYPE staking summary: the amount currently delegated, the amount sitting undelegated in the staking account, the total of any pending withdrawals, and how many such withdrawals are pending. User-keyed. Use this for a one-shot snapshot; for the underlying sequence of delegate / undelegate / deposit / withdrawal events, useDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
delegatorHistory.
"delegatorSummary".delegated, undelegated, and totalPendingWithdrawal are returned as decimal strings. Do not parse them as floats.POST api.hyperliquid.xyz/info with {"type": "delegatorSummary", "user": "..."}.delegatorHistory.delegatorRewards.