Get transitions in timestamp range
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 |