Skip to content

Get transitions in timestamp range

ENDPOINT
GET https://aleo-testnetbeta.obscura.network/v1/<API_KEY>/transitions/timestamps?start={startTimestamp}&end={endTimestamp}

Returns the transactions for the given timestamp range. The provided timestamp difference cannot be over 24 hours.

Query Parameters

Parameter Type Required Description
startTimestamp number Yes The starting timestamp of the requested transitions. Should be a nonnegative integer.
endTimestamp number Yes The ending timestamp of the requested transitions. Should be a nonnegative integer and greater or equal than startTimestamp. endTimestamp is inclusive.

Response

Parameter Type Description
result Array<Transition> The requested transitions