Encode Transaction

Prepare an encoded transaction in the hexadecimal format for signing within a third-party service.

Path Params
string
enum
required

Sei network:

  • `pacific-1` — Sei mainnet.
  • `atlantic-2` — Sei testnet.
Allowed:
Body Params
string
required
(^sei[a-z0-9]{39}$|^0x[0-9a-fA-F]{40}$)

Delegator account address (sei1... or 0x...).

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

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

string
required
^0x[0-9a-fA-F]+$

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

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json