Skip to main content
POST
eth_getRawTransactionByBlockHashAndIndex
Robinhood Chain API method that returns the raw transaction data by block hash and transaction index.

Parameters

  • data — the hash of the block
  • quantity — the transaction index position

Response

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

eth_getRawTransactionByBlockHashAndIndex code examples

Body

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

Hash of the block.

Response

200 - application/json

Returns the raw transaction data by block hash and transaction index.

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