v1

latestOpenAPI 3.0.02026-07-23369.3 KB
Network & Consensus (pod_)

Send Raw Transaction (With Attestation Feedback)

Submits a signed EIP-1559 transaction and waits for validator attestations, returning tx_hash, success count, and any rejection errors from validators.

Parameters:

  • signed_tx (string): Signed RLP-encoded transaction data
  • timeout_secs (integer, optional): Max seconds to wait for attestations. Default 10.
post/pod_sendRawTransaction

Request body

jsonrpcstring required
methodstring required
idinteger required

Response

Object with tx_hash, successes count, and errors array

jsonrpcstring
idinteger