Look at a source right now
check_nowThis-session snapshot only — no watch, no cursor. Use when you will not come back. Required by type: url/rss/x402 need url; price needs coin plus above, below, or move_pct_24h; edgar needs ticker or cik. 8-K items are decoded, Form 4 trades parsed, and x402 probes validate the unpaid 402 challenge without sending payment. If the job spans runs, create_watch instead and persist watch_id + key. Costs $0.001 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA Form 4 sample, or POST https://longwatch.dev/try for a 24h watch — no wallet needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | edgar: SEC CIK, as an alternative to ticker | |
| url | No | url|rss|x402: public URL | |
| body | No | ||
| coin | No | price: CoinGecko id, e.g. 'bitcoin' | |
| type | Yes | source type | |
| above | No | price: threshold to compare against | |
| below | No | price: threshold to compare against | |
| forms | No | edgar: form filter, e.g. ["8-K","4"] | |
| method | No | ||
| ticker | No | edgar: stock ticker, e.g. 'NVDA' | |
| move_pct_24h | No | price: 24h move threshold to compare against | |
| expected_scheme | No | ||
| expected_network | No | ||
| expected_amount_atomic | No |