watchlist.get

Get watchlist

Returns the signed-in user’s watchlist symbols.

Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.

Input

No arguments.

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
symbols*string[]Watchlist after this call, in the order symbols were added

* required

Example request

curl -X POST "https://impliedoptions.com/api/v1/tools/watchlist.get" \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "args": {}
  }'

Rendered result: /performance?tab=watchlist

Run

Log in to run this tool.
watchlist.getGet watchlistFree

This tool takes no arguments.