Skip to main content
Watchlists let you group canonical questions and platform markets you want to monitor closely. Each watchlist belongs to your authenticated account — whether you signed in with email and password or connected a wallet via SIWE. You can create multiple watchlists to segment different strategies or research topics.

Authentication

A session JWT or SIWE session cookie is required for all watchlist endpoints:

Endpoints


List watchlists

Returns all watchlists associated with your account.

Example request

cURL

Sample response


Create a watchlist

Creates a new watchlist with the given name.

Request body

name
string
required
Display name for the watchlist.

Example request

cURL

Sample response


Add an item to a watchlist

Adds a canonical question or platform market to the watchlist. You can provide either canonical_question_id, market_id, or both.

Request body

canonical_question_id
string
UUID of a canonical question to add. Provide this to track a question across all platforms.
market_id
string
UUID of a specific platform market to add. Provide this to track a single venue’s listing.
Watchlists are scoped to your authenticated account. If you authenticate via wallet (SIWE), your watchlists are tied to that wallet address. If you authenticate via email, they are tied to your developer account. The two are separate and do not merge.