Skip to content

Get transitions by heights list

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

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

Request Body

Type Required Description
Array Yes The block heights of the requested transitions. Must be of maximum length 1000 and consist of non-negative integers

Response

Parameter Type Description
result Array<Transition> The requested transitions