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"
}
]
}Changes
Changed in 1 of the 65 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○