Endpoints / list-contracts
List contracts
GET
/api/v1/contractsdeveloperreadSame as `/api/v1/events` — kept for backwards compatibility.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| engine | string | no | Engine name |
| ticker | string | no | Filter by ticker |
| limit | integer | no | 1-200, default 50 |
Examples
curl -H "x-api-key: $INTELLIGENCE_API_KEY" \
"https://intelligence-beryl.vercel.app/api/v1/contracts?engine=simple&ticker=LMT&limit=10"Responses
200See `/api/v1/events`