Staking
Get account staking summary
Returns the authenticated account's total staked amount, tier, and active stake count
get/staking/summary
Response
OK
Example response
{
"account": "0x1234abcd",
"active_stakes": 2,
"staking_tier": "Silver",
"total_staked": "50000"
}