Subscribe to Non-Trading Activities Events (SSE)
GET {{baseUrl}}/v1/events/nta
You can listen to when NTAs are pushed such as CSDs, JNLC (journals) or FEEs.
Query Params Rules:
- since
required if until
specified
- since_id
required if until_id
specified
- since_ulid
required if until_ulid
specified
- since
, since_id
or since_ulid
can’t be used at the same time
Behavior:
- if since
, since_id
or since_ulid
not specified this will not return any historic data
- if until
, until_id
or until_ulid
reached stream will end (status 200)'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | ||
since | string | Format: YYYY-MM-DD | |
until | string | Format: YYYY-MM-DD | |
since_id | number | ||
until_id | number | ||
since_ulid | string | ||
until_ulid | string | ||
include_preprocessing | boolean |
RESPONSES
status: OK
""