Staking API
Fetch protocol stats and simulate stake, unstake, and claim flows in the current app.
Last updated July 2, 2026
Get staking state
curl "http://localhost:3000/api/staking?wallet=YOUR_WALLET"Mutate staking state
{
"action": "stake",
"wallet": "YOUR_WALLET",
"amount": 100000
}