Get blocks by height
This endpoint allows you to get the transactions in a block and the corresponding block information.
Transactions are limited by max default transactions size. If not all transactions are present, the user will need to query for the rest of the transactions via the get transactions API.
If the block is pruned, it will return a 410
GET
Path Parameters
Block height to lookup. Starts at 0
Query Parameters
If set to true, include all transactions in the block
If not provided, no transactions will be retrieved
Response
200
application/json
A Block with or without transactions
This contains the information about a transactions along with associated transactions if requested