Skip to main content
POST
Encode Transaction

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 (sei1... or 0x...).

Pattern: (^sei[a-z0-9]{39}$|^0x[0-9a-fA-F]{40}$)
signature
string
required

Ethereum signature (65 bytes = 130 hex chars, no 0x prefix). r+s+v format.

Pattern: ^[0-9a-fA-F]{130}$
unsignedTransaction
string
required

RLP-encoded unsigned transaction hex (returned by staking endpoints as unsignedTransaction). Must be 0x-prefixed.

Pattern: ^0x[0-9a-fA-F]+$

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.