Skip to main content

zks_getTransactionDetails RPC Method

Loading...

Updated on
Mar 30, 2026

zks_getTransactionDetails RPC Method

Parameters

hash
string
REQUIRED
Loading...

Returns

isL1Originated
boolean
Loading...
status
string
Loading...
fee
string
Loading...
gasPerPubdata
string
Loading...
initiatorAddress
string
Loading...
receivedAt
string
Loading...
ethCommitTxHash
string
Loading...
ethProveTxHash
string
Loading...
ethExecuteTxHash
string
Loading...
Request
1
curl -X POST "https://docs-demo.lens-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getTransactionDetails",
6
"params": [
7
"0x35bf729200457ab0b82d84f85694b0b18b408fed1a1fb4834699b08d4571e1f3"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.lens-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getTransactionDetails",
6
"params": [
7
"0x35bf729200457ab0b82d84f85694b0b18b408fed1a1fb4834699b08d4571e1f3"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"isL1Originated": false,
6
"status": "verified",
7
"fee": "0x1887049990f02",
8
"gasPerPubdata": "0xc350",
9
"initiatorAddress": "0x85dbd93b997d3d126deabfb3840dfcc1a3c07f3a",
10
"receivedAt": "2025-05-26T20:24:26.388226Z",
11
"ethCommitTxHash": "0x97187c55b2b6adc58b6a89ec0c17b864a592397b3d74e29b6d7562faf3b46325",
12
"ethProveTxHash": "0xc445992f9a4a927b132552bd10af4f48d2b8cc52761065e3fe88052f2bbf0d4b",
13
"ethExecuteTxHash": "0xa535ee481cb6f49412f2182f9025708d3f42e17043f65df5ba9df87252ea63e0",
14
"ethPrecommitTxHash": null
15
}
16
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"isL1Originated": false,
6
"status": "verified",
7
"fee": "0x1887049990f02",
8
"gasPerPubdata": "0xc350",
9
"initiatorAddress": "0x85dbd93b997d3d126deabfb3840dfcc1a3c07f3a",
10
"receivedAt": "2025-05-26T20:24:26.388226Z",
11
"ethCommitTxHash": "0x97187c55b2b6adc58b6a89ec0c17b864a592397b3d74e29b6d7562faf3b46325",
12
"ethProveTxHash": "0xc445992f9a4a927b132552bd10af4f48d2b8cc52761065e3fe88052f2bbf0d4b",
13
"ethExecuteTxHash": "0xa535ee481cb6f49412f2182f9025708d3f42e17043f65df5ba9df87252ea63e0",
14
"ethPrecommitTxHash": null
15
}
16
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free