Ethereum
This section covers Ethereum staking integrations using the Stakely Staking API. It includes Ethereum-specific notes, transaction signing examples, and the staking flows supported by Stakely.
Useful links
- Stakely, Ethereum (ETH) staking overview: https://stakely.io/staking/ethereum-staking
- Ethereum staking basics: https://ethereum.org/staking/#what-is-staking
What you will find in this section
- StakeWise staking: end-to-end flows and endpoints for staking, unstaking, and withdrawing on StakeWise's Vault-based (pooled) staking model, plus a complete worked integration example (craft, sign, prepare, broadcast) including signing with a local key or an external custodian.
Notes
- Ethereum integrations use the optional
X-NETWORKheader to select the target network. The API provides a dedicated endpoint to list all available Ethereum networks and their correspondingX-NETWORKvalues. - All staking operations are executed on-chain. Stakely prepares the transaction payloads, while signing is performed by your application using your preferred signing method.