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