{ "opencollection": "1.0.0", "info": { "name": "Alpaca API (Trading, Data, Broker) Account Market API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "APCA-API-KEY-ID", "value": "{{APCA-API-KEY-ID}}", "placement": "header" } }, "items": [ { "info": { "name": "Market", "type": "folder" }, "items": [ { "info": { "name": "Get market calendar", "type": "http" }, "http": { "method": "GET", "url": "https://api.alpaca.markets/v2/calendar" }, "docs": "Returns the market calendar (open/close dates and session times)." }, { "info": { "name": "Get market clock", "type": "http" }, "http": { "method": "GET", "url": "https://api.alpaca.markets/v2/clock" }, "docs": "Returns the current market timestamp, whether the market is open, and next open/close." } ] } ], "bundled": true }