Skip to main content
GET
/
grid
/
staking
/
metrics
Staking metrics (time series)
curl --request GET \
  --url https://grid.x402compute.cc/grid/staking/metrics
[
  {
    "ts": "2026-06-01T13:35:57Z",
    "total_staked": 1200001,
    "total_stakers": 4,
    "tvl_usd": 30,
    "rewards_deposited": 0,
    "rewards_claimed": 0,
    "sgl_rewards_deposited": 0,
    "sgl_rewards_claimed": 0
  }
]

Response

200 - application/json

OK

ts
string
Example:

"2026-06-01T13:35:57Z"

total_staked
number
Example:

1200001

total_stakers
integer
Example:

4

tvl_usd
number
Example:

30

rewards_deposited
number
Example:

0

rewards_claimed
number
Example:

0

sgl_rewards_deposited
number
Example:

0

sgl_rewards_claimed
number
Example:

0