Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
May 01, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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