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