starknet_getBlockWithTxs
Get block information with full transactions given the block id
Path parameters
apiKey
Request
This endpoint expects an object.
block_id
The hash of the requested block, or number (height) of the requested block, or a block tag
Response
The resulting block information with full transactions
Block with transactions
The block object
OR
Pending block with transactions
The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.