Skip to main content
POST
eth_getRawTransactionByHash
Arc API method that returns the raw transaction data by transaction hash.

Parameters

  • data — the hash of the transaction

Response

  • data — the raw transaction data, or null when no transaction was found

eth_getRawTransactionByHash code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getRawTransactionByHash
params
string[]

Hash of the transaction.

Response

200 - application/json

Returns the result of eth_getRawTransactionByHash.

jsonrpc
string
id
integer
result
string
Last modified on August 3, 2026