Returns a user’s accrued HYPE staking rewards - delegation rewards and validator commission earnings, one entry per accrual.
Returns a single user’s accrued HYPE staking rewards: one entry per accrual, with the timestamp, the source (delegation reward versus validator commission), and the amount. User-keyed. Use this for tax reports, reward attribution dashboards, and validator P&L; 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 for the underlying delegate / undelegate events and delegatorSummary for current totals.
"delegatorRewards".totalAmount is returned as a decimal string, preserving upstream precision. Do not parse it as a float."delegation" for rewards earned by delegating to a validator; "commission" for commission earned as a validator on others’ delegations.POST api.hyperliquid.xyz/info with {"type": "delegatorRewards", "user": "..."}.delegatorHistory.delegatorSummary.walletTxs and read LedgerRewardsClaim entries.