Overview
Staking within the TON network using the Staking API is possible via a single nominator pool, which allows nominators to stake individually with a validator. The TON Staking API also plans to support additional pool types in the future.
The staking process consists of the same steps:
- Create a stake transaction.
- Sign and send the transaction to the network.
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 TON, there are the following networks available:
mainnet
— mainnet.testnet
— Testnet environment.
What's Next?
- Getting Started.
- Withdrawal.
- Sign and Broadcast Transaction.
- Staking API reference.
Updated 18 days ago