Overview

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

  1. Create a staking request.
  2. Sign and send the transaction to the Sui network.

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 Sui blockchain, there are several networks available:

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

What's Next?