Chainworks
Documentation

EVM Send Transaction

Broadcast signed transactions to the network.

Endpoint: /evm/send-transaction

⚠️ Warning: This endpoint sends real transactions to the blockchain.

ParameterTypeRequiredDescription
chainstringYesChain identifier
signedTransactionsstring[]YesArray of signed transaction hex strings
simulateBeforeSendbooleanNoSimulate before sending (default: true)