Skip to main content
POST
eth_sendRawTransaction
Arc API method that sends a signed transaction to the network. Arc accepts the standard Ethereum transaction types — legacy (0x0), EIP-2930 (0x1), EIP-1559 (0x2), and EIP-7702 (0x4) — and adds none of its own.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Arc pays gas in USDC, which is the native currency of the chain. Fees are denominated in wei with 18 decimals, exactly as on Ethereum.

Parameters

  • signedTransaction — the signed transaction data as a hex string

Response

  • result — the transaction hash of the submitted transaction

eth_sendRawTransaction code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_sendRawTransaction
params
array

Response

200 - application/json

Returns the result of eth_sendRawTransaction.

jsonrpc
string
id
integer
result
object | null
Last modified on September 16, 2026