Celestia
This section covers Celestia (TIA) staking integrations using the Stakely Staking API. Celestia is a Cosmos SDK chain, so the integration mirrors Cosmos Hub almost exactly: same four-step flow, same signing tooling, and the same DTO shapes. The main differences are the base path (/api/v1/celestia/native), the token (TIA), and the network identifiers.
Useful links
- Stakely, Celestia (TIA) staking overview: https://stakely.io/staking/celestia-staking
- Celestia documentation: https://docs.celestia.org
- Cosmos SDK documentation: https://docs.cosmos.network/main
What you will find in this section
- Native staking: end-to-end flows and endpoints for delegating, undelegating, and claiming rewards on Celestia, plus a complete worked integration example (craft, sign, prepare, broadcast) including signing with a local key or an external custodian.
Notes
- Celestia integrations use the optional
X-NETWORKheader to select the target network. The API provides a dedicated endpoint to list all available Celestia 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.