Skip to main content
The complete, OpenAPI-rendered reference for the agentic staking API lives in the API Reference tab, with full request/response schemas and an interactive try-it console for each endpoint.

Open the Staking API Reference

Browse every endpoint — manifest, analytics, positions, stake, unstake, claim-unstake, claim, and submit.

Endpoint summary

EndpointMethodPurpose
/api/agent/manifestGETProgram metadata (IDs, mints, parameters)
/api/agent/analyticsGETNetwork-wide staking + reward stats
/api/agent/positionsGETA wallet’s positions and claimable rewards
/api/agent/stakePOSTPrepare a stake / top-up transaction
/api/agent/unstakePOSTPrepare an unstake (start cooldown)
/api/agent/claim-unstakePOSTPrepare a withdrawal after cooldown
/api/agent/claimPOSTPrepare a rewards claim (USDC + $SGL)
/api/agent/submitPOSTBroadcast a signed transaction
Reads (GET) need no auth. Mutations (POST prepare endpoints) return an unsigned transaction — sign it and send it to /api/agent/submit. See the Quickstart and Prepare → Sign → Submit.