Staking
Get staking configuration
Returns staking tiers with minimum stake amounts, fee rates, and XP multipliers
get/staking/config
Response
OK
Example response
{
"tiers": [
{
"min_staked": "50000",
"tier_name": "Silver",
"xp_multiplier": "1.3"
}
]
}