Returns a list of transactions in the block (up to 25 transactions beginning at start_index). Transactions returned here do not have the status field, since all the transactions share the same block and confirmation status.
Project API Key
The block hash.
"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"
Index to start fetching transactions from (pagination).
x >= 0
A list of transactions in the block.
The response is of type object[]
.