Skip to content

Get transactions by heights list

Returns the transactions for the given block heights list. Only valid heights will return transactions.

ENDPOINT
GET https://aleo-mainnet.obscura.network/v1/<API_KEY>/transactions/blockHeights
ENDPOINT
GET https://aleo-testnetbeta.obscura.network/v1/<API_KEY>/transactions/blockHeights

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