Overview

Staking on Sui using the Staking API can be done in several steps:

  1. Create a stake transaction.
  2. Sign and send the transaction to the SUI network.
  3. Optionally check the staking status.
  4. Withdraw funds when ready.

All amounts are specified in MIST (1 SUI = 10⁹ MIST).

Get an authentication token to start using Staking API.

We provide two distinct endpoints for testing and production environments.

For Sei blockchain, there are several networks available:

  • mainnet — the production network
  • testnet — a testnet for development and testing purposes.

What's Next?