Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
Mar 27, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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