delegatorHistory
Info API
delegatorHistory
Commonly used to reconstruct the sequence of HYPE staking events behind the totals shown in delegatorSummary.
POST
delegatorHistory
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
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "delegatorHistory", "user": "..."}. - For totals (delegated, undelegated, pending withdrawal sums), use
delegatorSummary. - For accrued staking and commission rewards, use
delegatorRewards. - For real-time push of staking events, subscribe to
walletTxsand readHypercoreDelegationEvententries.
time. Use this to reconstruct the sequence behind the totals shown in delegatorSummary.
User-keyed. Each entry carries a delta whose discriminator describes the event variant.
Endpoint
Request
Always
"delegatorHistory".The wallet address (lowercase 0x-prefixed hex).
Example
Response
An array of staking event objects.Field descriptions
delta.delegate.amount is returned as a decimal string, preserving upstream precision. Do not parse it as a float.Unix timestamp in milliseconds when the event was applied.
L1 transaction hash that produced the event.
Event-specific payload. The example above shows a
delegate variant; other variants observed in the wild include cDeposit (staking-account deposit) and withdrawal (unstake withdrawal). The shape changes per variant.