Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
Apr 10, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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