globalStakingSummary
Get per-user staking balances across all of Hyperliquid — delegated, pending unstake, and available staking balance.
Overview
Request
{
"type": "globalStakingSummary"
}Response Headers
Data Format
[
"20260413_957200000", // [0] Snapshot ID
1776010486341, // [1] Timestamp (ms)
[ // [2] Staking tuples (parallel with addresses)
[241305342.63, 0.0, 0.0],
[18308351.73, 404753.12, 99284.89]
],
[ // [3] Addresses (parallel with staking tuples)
"0x43e9abea1910387c4292bca4b94de81462f8a251",
"0x393d0b87ed38fc779fd9611144ae649ba6082109"
]
]Implementation examples
Rate Limits
Errors
Status
Condition
Last updated