Improved

"event_id" is now optional on stream event schemas

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/status
  • GET /v1/events/journals/status
  • GET /v1/events/transfers/status
  • GET /v1/events/trades