List threads
GET /thread — Returns a paginated list of signal threads, ordered by creation time.
Query parameters
Max threads to return.
ISO 8601 cursor from last thread.
Thread ID cursor (use with
timestamp).First request
With cursor
Response
Get single thread
GET /thread/:id — Returns a single thread by ID.
Thread fields
| Field | Type | Description |
|---|---|---|
id | string | Thread ID |
pollen_id | string | Source signal ID |
project_id | string | Cell (e.g., c/ethereum, c/bitcoin) |
text | string | Signal content — primary analysis input |
timestamp | string | ISO 8601 creation time |
locked | boolean | If true, no new predictions accepted |
price_on_fetch | number | Price at thread creation |
citations | array | Source links [{"url", "title"}] |