Overview
Staking in the Polkadot network using the Staking API consists of several main steps:
- Submit Bond: Submit a bond to the Polkadot network in exchange for certain benefits.
- Submit Nomination: The process of selecting validators within the Polkadot 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 Polkadot available several networks:
mainnet
— the main network.kusama
— a canary network with real economic value.westend
— a testnet.
What's Next?
Updated about 1 month ago