Tools/Filings & watchlist

watchlist.poll.live

3 crread-only

Like watchlist.poll but LIVE freshness — includes filings accepted within the last 24h (minute-fresh, normalized within minutes of SEC acceptance). Premium-priced. Same workspace-watchlist scope and cursor semantics.

Parameters#

ParameterTypeDescription
sinceoptstringCursor from a prior next_cursor; returns events newer than this. Omit for the latest.
limitoptnumberMax events (1-200, default 50)

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "watchlist.poll.live",
    "arguments": {}
  }
}'

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.