{ "opencollection": "1.0.0", "info": { "name": "Alpaca API (Trading, Market Data, Broker) Account Watchlists API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "APCA-API-KEY-ID", "value": "{{APCA-API-KEY-ID}}", "placement": "header" } }, "items": [ { "info": { "name": "Watchlists", "type": "folder" }, "items": [ { "info": { "name": "List watchlists", "type": "http" }, "http": { "method": "GET", "url": "https://api.alpaca.markets/v2/watchlists" }, "docs": "Retrieves all watchlists for the account." }, { "info": { "name": "Create a watchlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.alpaca.markets/v2/watchlists", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new named watchlist with an optional set of symbols." } ] } ], "bundled": true }