Skip to main content
POST
eth_getTransactionReceipt
Robinhood Chain API method that returns the receipt of a transaction by transaction hash.

Parameters

  • data — the hash of the transaction

Response

  • object — a transaction receipt object, or null when no receipt was found

eth_getTransactionReceipt code examples

Body

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

Hash of the transaction.

Response

200 - application/json

Returns the receipt of a transaction by transaction hash.

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