Skip to main content

Parameters

string
default:"37111"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"zks_getRawBlockTransactions"
required
JSON-RPC method name.
object
Block number to get raw transaction data from.Positional parameters for zks_getRawBlockTransactions:
  • params[]: The L2 block number.

Returns

array
List of executed transactions in the given block.