Skip to content

Get transitions by heights list

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

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

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