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

Sei network:

  • `pacific-1` — Sei mainnet.
  • `atlantic-2` — Sei testnet.
Available options:
pacific-1,
atlantic-2

Body

application/json
stashAccountAddress
string
required

Delegator account address which keeps tokens.

Pattern: (^sei[a-z0-9]{39}$|^0x[0-9a-fA-F]{40}$)
amount
number<double>
required

Amount of tokens to stake or unstake in SEI.

memo
string
deprecated

Deprecated: EVM precompile transactions do not support memo. Field is accepted but ignored.

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.