Endpoints / list-contracts

List contracts

GET/api/v1/contractsdeveloperread

Same as `/api/v1/events` — kept for backwards compatibility.

Query parameters

NameTypeRequiredDescription
enginestringnoEngine name
tickerstringnoFilter by ticker
limitintegerno1-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`