Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
May 21, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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