public/get-instrument-lifecycle-states
GETReturns a paginated list of instrument lifecycle state changes. Use this endpoint to track when instruments transition between states (e.g., from/public/get-instrument-lifecycle-states
Suspended to Closed).
Request
Query Parameters
Filter by event symbol. Returns only lifecycle states for instruments belonging to this event.
Maximum number of records to return per page. Defaults to 100.
Unix timestamp in nanoseconds. Returns records updated after this time. Defaults to 0.
Pagination cursor from the previous response. Omit for the first request.
Schema
- Array [
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
data object[]
Unique instrument symbol.
Instrument type.
Current lifecycle state of the instrument.
Previous lifecycle state before the transition.
Reason for the lifecycle state change.
Unix timestamp in nanoseconds when the state was last updated.
Cursor for pagination. Use this value in the cursor parameter of the next request.
Response message. Contains additional reason when code !== 0.
Present when code !== 0.