Skip to main content

zks_getRawBlockTransactions RPC Method

Loading...

Updated on
Feb 17, 2026

zks_getRawBlockTransactions RPC Method

Parameters

block
integer
REQUIRED
Loading...

Returns

common_data
object
Loading...
L1
object
Loading...
canonicalTxHash
Loading...
deadlineBlock
Loading...
ethBlock
Loading...
ethHash
Loading...
fullFee
Loading...
gasLimit
Loading...
gasPerPubdataLimit
Loading...
layer2TipFee
Loading...
maxFeePerGas
Loading...
opProcessingType
Loading...
priorityQueueType
Loading...
refundRecipient
Loading...
sender
Loading...
serialId
Loading...
toMint
Loading...
execute
object
Loading...
calldata
Loading...
contractAddress
Loading...
factoryDeps
Loading...
value
Loading...
received_timestamp_ms
Loading...
Request
1
curl -X POST "https://docs-demo.zksync-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getRawBlockTransactions",
6
"params": [
7
5817
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.zksync-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "zks_getRawBlockTransactions",
6
"params": [
7
5817
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"common_data": {
7
"L1": {
8
"sender": "0x87869cb87c4fa78ca278df358e890ff73b42a39e",
9
"serialId": 67,
10
"layer2TipFee": "0x0",
11
"fullFee": "0x0",
12
"maxFeePerGas": "0x0",
13
"gasLimit": "0x989680",
14
"gasPerPubdataLimit": "0x320",
15
"opProcessingType": "Common",
16
"priorityQueueType": "Deque",
17
"canonicalTxHash": "0x22de7debaa98758afdaee89f447ff43bab5da3de6acca7528b281cc2f1be2ee9",
18
"toMint": "0x0",
19
"refundRecipient": "0x87869cb87c4fa78ca278df358e890ff73b42a39e",
20
"deadlineBlock": 0,
21
"ethHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"ethBlock": 16751339
23
}
24
},
25
"execute": {
26
"contractAddress": "0xfc5b07a5dd1b80cf271d35642f75cc0500ff1e2c",
27
"calldata": "0x471c46c800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000100000000000000000000000031edd5a882583cbf3a712e98e100ef34ad6934b400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001",
28
"value": "0x0",
29
"factoryDeps": []
30
},
31
"received_timestamp_ms": 1677887544169,
32
"raw_bytes": null
33
}
34
]
35
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": [
5
{
6
"common_data": {
7
"L1": {
8
"sender": "0x87869cb87c4fa78ca278df358e890ff73b42a39e",
9
"serialId": 67,
10
"layer2TipFee": "0x0",
11
"fullFee": "0x0",
12
"maxFeePerGas": "0x0",
13
"gasLimit": "0x989680",
14
"gasPerPubdataLimit": "0x320",
15
"opProcessingType": "Common",
16
"priorityQueueType": "Deque",
17
"canonicalTxHash": "0x22de7debaa98758afdaee89f447ff43bab5da3de6acca7528b281cc2f1be2ee9",
18
"toMint": "0x0",
19
"refundRecipient": "0x87869cb87c4fa78ca278df358e890ff73b42a39e",
20
"deadlineBlock": 0,
21
"ethHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
22
"ethBlock": 16751339
23
}
24
},
25
"execute": {
26
"contractAddress": "0xfc5b07a5dd1b80cf271d35642f75cc0500ff1e2c",
27
"calldata": "0x471c46c800000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000100000000000000000000000031edd5a882583cbf3a712e98e100ef34ad6934b400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001",
28
"value": "0x0",
29
"factoryDeps": []
30
},
31
"received_timestamp_ms": 1677887544169,
32
"raw_bytes": null
33
}
34
]
35
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free