Transactions
rawTxByHashAndIndex
Returns the bytecode for a raw transaction given block hash andtransaction index.
POST
Body
application/json
Available options:
2.0
Example:
"2.0"
The name of the method to be invoked.
Available options:
quai_getRawTransactionByBlockHashAndIndex
Example:
"quai_getRawTransactionByBlockHashAndIndex"
The block hash and transaction index.
Example:
[
"0x80e1b681569301bec7aad08dd5a585aff74f37db52ee2766756aef03a8e5e5c9",
"0x1"
]
A unique identifier for the request.
Example:
1
Response
200 - application/json
Successful response
Example:
"2.0"
The raw transaction bytecode.
Example:
"0x00f86c82232824843b9aca00847735940482a41094111a8a2ffb1729497e0cfbfc5fa2e2b405e13ba74f80c080a01c2ae1b000172a500f1a7e6e9265264d9ba9e9edd835411bf4233f3f2b05c7d9a01f9e48da332873ea7514b5ffa17febd543a7a9d0ef20651a4b14a394c0333837"
Example:
1
Was this page helpful?