Sui
This section covers Sui staking integrations using the Stakely Staking API. It includes Sui-specific notes, transaction signing examples, and native staking flows supported by Stakely.
Useful links
- Stakely, Sui (SUI) staking overview: https://stakely.io/staking/sui-staking
- Official documentation: https://docs.sui.io
What you will find in this section
- Native staking: end-to-end flows and endpoints for staking, unstaking, and querying staked balances on Sui, plus a complete worked integration example (craft, sign, prepare, broadcast) including signing with a local key or an external custodian.
Notes
- Sui integrations use the optional
X-NETWORKheader to select the target network. The API provides a dedicated endpoint to list all available Sui networks and their correspondingX-NETWORKvalues. - All staking operations are executed on-chain. Stakely prepares the transaction payloads, while signing is performed by your application using your preferred signing method.
- Sui staking responses may include values in both
SUIandMISTunits (1 SUI = 1,000,000,000 MIST).