Watchlist
Create and manage watchlists.
Add Watchlist Item
$ clear-street v1:watchlist add-watchlist-item
POST/v1/watchlists/{watchlist_id}/items
Delete Watchlist Item
$ clear-street v1:watchlist delete-watchlist-item
DELETE/v1/watchlists/{watchlist_id}/items/{item_id}
ModelsExpand Collapse
watchlist_detail: object { id, created_at, items, name }
watchlist_detail: object { id, created_at, items, name }
Detailed watchlist with all items
Items in the watchlist
instrument: optional object { id, country_of_issue, currency, 19 more }
instrument: optional object { id, country_of_issue, currency, 19 more }
Instrument details
is_threshold_security: boolean
is_threshold_security: boolean
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: optional string
notional_adv: optional string
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.
watchlist_item_entry: object { id, added_at, added_price, instrument }
watchlist_item_entry: object { id, added_at, added_price, instrument }
A single item in a watchlist
instrument: optional object { id, country_of_issue, currency, 19 more }
instrument: optional object { id, country_of_issue, currency, 19 more }
Instrument details
is_threshold_security: boolean
is_threshold_security: boolean
Indicates if the instrument is on the Regulation SHO Threshold Security List
notional_adv: optional string
notional_adv: optional string
Notional ADV (adv × previous_close). The primary liquidity signal
used by /instruments/search ranking. Computed at response time so
it stays consistent with whatever adv and previous_close show.