Endpoints / list-signals
List signals (high-score feed)
GET
/api/v1/signalsdeveloperreadPaginated list of signals ranked by `signal_score`. Filter by ticker, since timestamp, and minimum score.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| engine | string | no | Engine name |
| min_score | integer (0-100) | no | Minimum signal score |
| ticker | string | no | Filter by ticker |
| since | string (ISO timestamp) | no | Lower bound on `computed_at` |
| limit | integer | no | 1-200, default 50 |
| offset | integer | no | pagination offset |
Examples
curl -H "x-api-key: $INTELLIGENCE_API_KEY" \
"https://intelligence-beryl.vercel.app/api/v1/signals?engine=simple&min_score=70&limit=10"Responses
200List of signals with their joined contracts