Overview
Staking within the TON network using the Staking API is possible in several ways:
- via a Single Nominator Pool — for high-stake validators that nominate themselves.
- via Ton Whales Pools — along with multiple nominators.
For both flows, 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 1 day ago