Skip to main content
POST
delegatorRewards | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "delegatorRewards" is used to fetch a user’s current HYPE staking position.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "delegatorSummary", "user": "..."}.
  • For the sequence of delegation events behind these totals, use delegatorHistory.
  • For accrued staking and commission rewards, use delegatorRewards.
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; use delegatorHistory for the underlying delegate / undelegate events and delegatorSummary for current totals.

Endpoint

Request

type
string
required
Always "delegatorRewards".
user
string
required
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.
time
int
Unix timestamp in milliseconds when the reward accrued.
source
string
Reward source. "delegation" for rewards earned by delegating to a validator; "commission" for commission earned as a validator on others’ delegations.
totalAmount
string
Reward amount in HYPE.

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.
Last reviewed: 2026-06-13