starknet_getBlockWithTxHashes
Get block information with transaction hashes 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 transaction hashes
Block with transaction hashes
The block object
OR
Pending block with transaction hashes
The dynamic block being constructed by the sequencer. Note that this object will be deprecated upon decentralization.