Skip to main content
POST
Broadcast a signed transaction through Avantis-operated RPCs

Body

application/json
rawTransaction
string
required

The signed, serialized transaction (0x hex) to broadcast. Must target a whitelisted Avantis contract on this chain.

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

Skip the eth_call preflight simulation (e.g. for time-sensitive submissions). Reverting transactions will then fail on-chain instead of being rejected here.

Response

Success envelope: ok is true and data carries the payload documented below.

ok
enum<boolean>
required

Always true on success.

Available options:
true
data
object
required

The transaction was accepted and broadcast. Acceptance is not execution — poll GET /v2/relay/{hash}, and remember market orders are filled by the operator in a follow-up transaction.