Get all signal events
signal field is a numeric score indicating how significant the event is — higher scores mean greater potential market impact. Signals are a subset of radar: not every radar event qualifies as a signal.
Use this endpoint to pull all scored events since a given timestamp. Ideal for alerting systems, trading signals, or surfacing the most important activity in a feed.
since (string, required) — ISO 8601 timestamp. Only return events newer than this time. See Polling Guide.limit (integer, default: 50, max: 50)offset (integer, default: 0, max: 500)cursor (string, optional) — Opaque cursor token from a previous next_cursor response. When provided, since is required and offset is ignored.