Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
Feb 13, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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