Overview
Staking on Sui using the Staking API can be done in several steps:
- Create a stake transaction.
- Sign and send the transaction to the SUI network.
- Optionally check the staking status.
- 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.
- PRODUCTION: https://api.p2p.org
- TESTING: https://api-test.p2p.org
For Sei blockchain, there are several networks available:
mainnet
— the production networktestnet
— a testnet for development and testing purposes.
What's Next?
- Getting Started.
- Withdrawal.
- Staking API reference.
Updated 13 days ago