Ethereum
eth_sendTransaction
Sign and send a transaction using the eth_sendTransaction method.
POST
SDK methods
Learn more about sending transactions using our SDKs here.Headers
string
required
ID of your Privy app.
string
Request authorization signature. If multiple signatures are required, they should be comma
separated.
string
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the
request must be processed.
Path Parameters
string
required
ID of the wallet to get.
Body
string
required
Available options:
eth_sendTransactionstring
required
object
required
boolean
Optional parameter to enable gas sponsorship for this transaction. Learn
more.
string
Optional developer-provided reference ID for transaction reconciliation. Must be unique per
transaction and up to 64 characters. Use this to correlate transactions with your own internal
records. The
reference_id is included in transaction
webhook payloads and can be used to look up
transactions.string
string
Available options:
ethereumReturns
enum<string>
required
Available options:
eth_sendTransactionobject
required

