Skip to main content
POST
Broadcast 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
signedTransaction
string
required

RLP-encoded signed EVM transaction hex (0x-prefixed, output of the /encode endpoint).

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.