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

Ethereum pool network:

  • `mainnet` — Ethereum mainnet.
  • `hoodi` — Ethereum testnet.
Available options:
mainnet,
hoodi

Body

application/json
signedTransaction
string
required

Signed Ethereum transaction in the hexadecimal format, generated via eth_signTransaction or similar method. Must be RLP-encoded and EIP-155 compliant.

Example:

"0xf86c808504a817c80082520894d46e8dd67c5d32be8058bb8eb970870f0724456788016345785d8a0008025a02d6..."

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.