Retrieve comprehensive staking rewards history for a specific user, including delegation rewards and commission earnings with timestamps and reward sources.
info
endpoint with type: "delegatorRewards"
retrieves comprehensive staking rewards history for a specific user on the Hyperliquid exchange. This endpoint provides detailed historical data about rewards earned from delegation and validator commission, including timestamps and reward amounts, enabling thorough analysis of staking reward performance and validator earnings.
type
(string, required) — The request type. Must be "delegatorRewards"
to retrieve staking rewards.user
(string, required) — Address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.time
— Timestamp of the reward event in milliseconds since Unix epochsource
— Source of the reward, indicating the type of staking activity"delegation"
— Rewards earned from delegating tokens to validators"commission"
— Commission earned from operating as a validatortotalAmount
— Total amount of rewards received as a string for precisionsource: "delegation"
):
source: "commission"
):
info
endpoint with type: "delegatorRewards"
is essential for applications that need to:
Successful response with staking rewards data
Array of staking reward events