Skip to main content

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.

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-NETWORK header to select the target network. The API provides a dedicated endpoint to list all available Sui networks and their corresponding X-NETWORK values.
  • 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 SUI and MIST units (1 SUI = 1,000,000,000 MIST).