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

Monad network:

  • `mainnet` — Monad mainnet.
  • `testnet` — Monad testnet.
Available options:
testnet,
mainnet

Body

application/json
signedTransaction
string
required

Signed serialized transaction in the hexadecimal format which needs to be broadcasted to the network.

Example:

"0x02f8758301e24004..."

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.