Skip to main content
POST
eth_sendRawTransaction
Tempo API method that sends a signed transaction to the network. Tempo supports standard Ethereum transaction types plus type 0x76 (TempoTransaction) with features like passkey authentication, call batching, and fee sponsorship.
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.
Stablecoin gas fees: On Tempo, transaction fees are paid in TIP-20 stablecoins like pathUSD, not a native token. The fee is automatically converted using the Fee AMM.

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
jsonrpc
string
default:2.0
method
string
default:eth_sendRawTransaction
params
any[]

Signed transaction data

id
integer
default:1

Response

200 - application/json

The transaction hash

jsonrpc
string
id
integer
result
string

The transaction hash

Last modified on June 22, 2026