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:

  1. Create a stake transaction.
  2. 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.

For TON, there are the following networks available:

  • mainnet — mainnet.
  • testnet — Testnet environment.

What's Next?