Skip to main content
POST
Create Staking Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Celestia network:

  • `mainnet-beta` — Celestia mainnet.
  • `mocha-testnet` — Celestia testnet.
Available options:
celestia-mainnet-beta,
celestia-mocha-testnet

Body

application/json
stashAccountAddress
string
required

Delegator account address which keeps tokens.

Pattern: ^celestia[a-zA-Z0-9]{39}$
amount
number<double>
required

Amount of tokens to stake in TIA.

memo
string

Arbitrary text data to add to the transactions.

Example:

"This is your memo message"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.