watchlist.remove
writeRemove from watchlist
Removes symbols from the watchlist; symbols not on the list are ignored.
Free with an account. Requires a key or OAuth token with the write scope.
Input
| Field | Type | Description |
|---|---|---|
| symbols* | string[] | Ticker symbols |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| dry_run* | boolean | True when dry_run was requested: nothing was persisted; other fields show the would-be result |
| symbols* | string[] | Watchlist after this call, in the order symbols were added |
| removed* | string[] | Symbols that were on the list and are now gone |
* required
Example request
curl -X POST "https://impliedoptions.com/api/v1/tools/watchlist.remove" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"symbols": [
"NVDA"
]
}
}'Rendered result: /performance?tab=watchlist