delegatorRewards | Hyperliquid Info API
Info API
delegatorRewards | Hyperliquid Info API
Hyperliquid delegatorRewards: fetch a user’s current HYPE staking position.
POST
delegatorRewards | Hyperliquid Info API
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
type: "delegatorRewards" is used to fetch a user’s current HYPE staking position.
- 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
"delegatorRewards".The wallet address (lowercase 0x-prefixed hex).
Example
Response
An array of reward entries.Field descriptions
totalAmount is returned as a decimal string, preserving upstream precision. Do not parse it as a float.Unix timestamp in milliseconds when the reward accrued.
Reward source.
"delegation" for rewards earned by delegating to a validator; "commission" for commission earned as a validator on others’ delegations.Reward amount in HYPE.
Related endpoints
delegatorHistory
reconstruct the sequence of HYPE staking events behind the totals shown in delegatorSummary.
delegatorSummary
get a one-shot snapshot of a user’s HYPE staking position for dashboards and portfolio overviews.