starknet_getBlockWithTxs

Get block information with full transactions given the block id

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
block_idobject or enumRequired

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 Result0object

The block object

OR
Starknet Get Block with Txs Result1object

The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.