Overview
Staking API enables staking in the Ethereum network.
To start using Staking API:
-
Prepare
id
that is an arbitrary UUID. Generate it in one of the following ways:
The staking process consists of several steps:
- Create Staking Request: set up nodes for staking using P2P infrastructure.
- Check Request Status: check the status of the node set-up operation.
- Prepare Staking Transaction: construct a serialized transaction to deposit the stake amount with a P2P smart contract.
- Sign and broadcast the transaction.
We provide two distinct endpoints for testing and production environments. The test environment is linked to the Goerli network (Ethereum).
- PRODUCTION: https://api.p2p.org
- TESTING: https://api-test.p2p.org
What's Next?
- Getting Started.
- Withdrawal.
- Staking API reference.
Updated about 1 month ago