Overview
Staking in the Aptos network using the Staking API consists of several main steps:
- Create a staking request.
- 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 Aptos, there are two networks available:
mainnet— production networktestnet— Aptos devnet
What's next?
- Getting Started
- Withdrawal
- Staking API reference
Updated 12 days ago