Overview
P2P.org’s Pooled Staking API empowers enterprise partners — including wallets, exchanges, and custodians — to offer Ethereum staking to their users without the traditional 32 ETH minimum. User deposits are aggregated into dedicated vaults, with validator operations and staking workflows fully managed by P2P.org’s infrastructure.
The API provides the interface for initiating stakes, processing withdrawals, and accessing real-time status and reporting.
All staking operations are fully non-custodial: the API constructs only unsigned transactions, while transaction signing and key management remain entirely within the partner’s or user’s control. Private keys are never transmitted to or stored by P2P.org at any point.
Key Features
- No 32 ETH Minimum: Stake any amount of ETH.
- API-Driven: Full staking and withdrawal lifecycle managed via API endpoints.
- Non-Custodial: Only unsigned transactions are generated; signing stays on the client side.
- White-Label Vaults: The partner may have a dedicated vault with their own branding and configuration.
- Transparent Reward Tracking: Query endpoints for current balance, earnings, and withdrawal status.
- Enterprise Grade: Designed for integration with high-volume, regulated platforms.
We provide distinct endpoints for testing and production environments. The test environment is linked to the Hoodi network (Ethereum).
- PRODUCTION: https://api.p2p.org
- TESTING ON HOODI: https://api-test.p2p.org
Get an authentication token to start using Restaking API.
What's Next?
- Getting Started.
- Withdrawal.
- Pooled Staking API reference.
Updated about 14 hours ago