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
Starknet Get Block with Txs Result0
The block object
OR
Starknet Get Block with Txs Result1
The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.