Transactions by block height
Retrieves all transactions within a block at a given height
| Path Parameters |
|---|
height integer — REQUIREDHeight of block Example: 66119 |
| Query Parameters |
|---|
limit integermax number of transactions to fetch Example: 10 |
offset integerindex of first transaction to fetch Example: 42000 |
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true |
| Responses | |||||
|---|---|---|---|---|---|
200List of Transactions
|