starknet_getBlockWithReceipts
Returns detailed block information, including full transactions and receipts, corresponding to the provided block ID.
Path parameters
apiKey
Request
This endpoint expects an object.
block_id
The hash of the requested block, the block number (height) of the requested block, or a block tag (latest or pending)
Response
The result object which can be one of the following object
status
The block status, which can be one of - ‘PENDING’, ‘ACCEPTED_ON_L2’, ‘ACCEPTED_ON_L1’, ‘REJECTED’
block_hash
The block hash
parent_hash
The parent block hash
block_number
The block number (its height)
new_root
The new global state root
timestamp
The time in which the block was created, encoded in Unix time
sequencer_address
The StarkNet identity of the sequencer submitting this block
l1_gas_price
l1_data_gas_price
l1_da_mode
It specifies whether the data of this block is published via blob data or calldata. It can be one of - ‘BLOB’ or ‘CALLDATA’
starknet_version
The semver of the current Starknet protocol
transactions