info endpoint with type: "delegatorSummary" provides a concise overview of a user’s delegation status on the Hyperliquid network. This endpoint returns key metrics about the user’s staking position, including total delegated amounts, undelegated amounts, and pending withdrawal information.
type (string, required) — The request type. Must be "delegatorSummary" to retrieve user’s delegation summary.user (string, required) — Address in 42-character hexadecimal format (e.g., 0x2ba553d9f990a3b66b03b2dc0d030dfc1c061036).delegated (string) — Total amount currently delegated by the user across all validatorsundelegated (string) — Total amount that has been undelegated but may still be in unbonding periodtotalPendingWithdrawal (string) — Total amount pending withdrawal (currently in unbonding period)nPendingWithdrawals (integer) — Number of pending withdrawal transactionsinfo endpoint with type: "delegatorSummary" is essential for applications that need to:
User's delegation summary with key staking metrics
Summary of user's delegation status and pending withdrawals