Get All Signals
Signal
Get All Signals
Get all signal events
GET
Get All Signals
Signal events are radar events that have been scored for market relevance. The canonical
Legacy compatibility fields are still present for existing clients:
significance 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.
The live API returns both canonical field names and legacy compatibility fields during the schema transition. New integrations should build against the canonical names:
summarybulletsownersparticipantsevidencelatestEvidenceTimestampsignificance
This is a bulk feed endpoint intended for higher-tier polling and export workflows. For most applications, prefer
/v1/signal/top, /v1/signal/byOrganizationId, or /v1/signal/byCategory.Query Parameters
since(string, required) — ISO 8601 timestamp. Only return events newer than this time. See Polling Guide.limit(integer, default: 25, max: 25)offset(integer, default: 0, max: 250)cursor(string, optional) — Opaque cursor token from a previousnext_cursorresponse. When provided,sinceis required andoffsetis ignored.
Request
cURL
Response (200)
globalSummary->summarybulletSummary->bulletseventOwner->ownerseventParticipants->participantsposts->evidencelatestPostTimestamp->latestEvidenceTimestampsignal->significance