Skip to main content

debug_getRawTransaction RPC Method

Loading...

Updated on
Mar 27, 2026

debug_getRawTransaction RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

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