Get transactions by heights list
Returns the transactions for the given block heights list. Only valid heights will return transactions.
Request Body¶
Type | Required | Description |
---|---|---|
Array | Yes | The block heights of the requested transactions. Must be of maximum length 1000 and consist of non-negative integers. |
Response¶
Parameter | Type | Description |
---|---|---|
result | Array<Transaction> | The requested transactions |