Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
Mar 18, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

result
string
Loading...
Request
1
curl -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getRawTransactionByHash",
6
"params": [
7
"0x4f2cdd55bc9ab56680ef492836c84d1d5d02e0075d64c4c82a245bf9c225b5ac"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getRawTransactionByHash",
6
"params": [
7
"0x4f2cdd55bc9ab56680ef492836c84d1d5d02e0075d64c4c82a245bf9c225b5ac"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x6af88982b626b8846bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fc19d0000000000000000000000000000000000000000000000000000000000fa2c5e0000000000000000000000000000000000000000000000000000000000000000"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x6af88982b626b8846bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fc19d0000000000000000000000000000000000000000000000000000000000fa2c5e0000000000000000000000000000000000000000000000000000000000000000"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free