Returns a user’s HYPE staking event history - delegate, undelegate, deposit, and withdrawal events with timestamps and validator addresses.
Returns a user’s HYPE staking event history: every delegate, undelegate, staking-account deposit, and unstake withdrawal, ordered byDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.
"delegatorHistory".delta.delegate.amount is returned as a decimal string, preserving upstream precision. Do not parse it as a float.delegate variant; other variants observed in the wild include cDeposit (staking-account deposit) and withdrawal (unstake withdrawal). The shape changes per variant.POST api.hyperliquid.xyz/info with {"type": "delegatorHistory", "user": "..."}.delegatorSummary.delegatorRewards.walletTxs and read HypercoreDelegationEvent entries.