Overview
Staking in the Solana network using the Staking API consists of several main 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 Solana, there are several networks available:
mainnet-beta
— production environment.testnet
— Solana testing environment called Testnet. Note that we don't support Devnet environment yet.
What's Next?
- Getting Started.
- Sign and Send Transaction.
- Withdrawal.
- Staking API reference.
Updated 6 months ago