Retrieve comprehensive staking history for a specific user, including delegation and undelegation events with timestamps, transaction hashes, and detailed delta information.
info
endpoint with type: "delegatorHistory"
retrieves comprehensive staking history for a specific user on the Hyperliquid exchange. This endpoint provides detailed historical data about delegation and undelegation events, including timestamps, transaction hashes, and complete event details, enabling thorough analysis of staking behavior and validator relationships.
type
(string, required) — The request type. Must be "delegatorHistory"
to retrieve staking history.user
(string, required) — Address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.time
— Timestamp of the staking event in milliseconds since Unix epochhash
— Transaction hash of the staking event for blockchain verificationdelta
— Object containing the details of the staking changedelegate
— Specific delegation event informationdelegate
object within delta
contains:
Validator information:
validator
— Address of the validator being delegated to or undelegated fromamount
— Amount being delegated or undelegated as a string for precisionisUndelegate
— Boolean indicating the type of staking eventfalse
indicates a delegation event (staking tokens)true
indicates an undelegation event (unstaking tokens)isUndelegate: false
):
isUndelegate: true
):
info
endpoint with type: "delegatorHistory"
is essential for applications that need to:
Successful response with staking history data
Array of staking history events