Improved
"event_id" is now optional on stream event schemas
11 days ago
Broker API
event_id is now optional on the AccountStatusEvent, JournalStatusEvent, TransferStatusEvent, and TradeUpdateEvent stream event schemas, matching runtime behavior where it is omitted for ULID-only access. event_id remains defined for clients that still receive it; use event_ulid as the stable identifier where possible.
Affected Endpoints
GET /v1/events/accounts/statusGET /v1/events/journals/statusGET /v1/events/transfers/statusGET /v1/events/trades