Skip to main content

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.

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-NETWORK header to select the target network. The API provides a dedicated endpoint to list all available Celestia networks and their corresponding X-NETWORK values.
  • All staking operations are executed on-chain. Stakely prepares the transaction payloads, while signing is performed by your application using your preferred signing method.