Skip to main content
POST
eth_getRawTransactionByHash
Robinhood Chain 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 raw transaction data by transaction hash.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026