Skip to main content

eth_getRawTransactionByHash RPC Method

Loading...

Updated on
Apr 02, 2026

eth_getRawTransactionByHash RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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