v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03113163377.5 KB
Staking

Get account staking summary

Returns the authenticated account's total staked amount, tier, and active stake count

get/staking/summary

Response

OK

accountstring

Account address

active_stakesinteger

Number of active stake entries

staking_tierstring

Current staking tier name

total_stakedstring

Total active staked DIME

Example response

{
  "account": "0x1234abcd",
  "active_stakes": 2,
  "staking_tier": "Silver",
  "total_staked": "50000"
}