Watchlists
Each sub-account has an isolated watchlist. Let users save stocks and load them with delayed prices and day-change data for a personalized market overview.
Each sub-account has an isolated watchlist. Use it to let your users save stocks they want to track, then load it alongside delayed prices to power a personalized market overview screen. Watchlist entries include price and day-change percent when available; use the quote timestamp and freshness metadata before presenting the value as current.
Get a watchlist
GET /users/{userId}/watchlist
Returns all watchlisted stocks for a sub-account, ordered by most recently added.
Add to a watchlist
POST /users/{userId}/watchlist
Adds a stock to the sub-account watchlist. The symbol is auto-resolved to its canonical
exchange-qualified form — pass SCOM and get back SCOM.KE. Returns 409 if the stock is already on
the watchlist.
| Field | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Ticker symbol. Exchange-qualified (SCOM.KE) preferred. Bare tickers (SCOM) are auto-resolved. |
Remove from a watchlist
DELETE /users/{userId}/watchlist/{symbol}
Removes a stock from the sub-account watchlist. Returns 204 No Content on success, 404 if the
symbol is not on the watchlist.
Was this page useful?
Your signal helps us tighten partner onboarding docs.
Last updated on