{ "opencollection": "1.0.0", "info": { "name": "Charles Schwab Market Data Accounts Market Hours API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.schwabapi.com/v1/oauth/authorize", "accessTokenUrl": "https://api.schwabapi.com/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Market Hours", "type": "folder" }, "items": [ { "info": { "name": "Get market hours for one or more markets", "type": "http" }, "http": { "method": "GET", "url": "https://api.schwabapi.com/marketdata/v1/markets", "params": [ { "name": "markets", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" } ] }, "docs": "Get market hours for one or more markets" }, { "info": { "name": "Get market hours for a single market", "type": "http" }, "http": { "method": "GET", "url": "https://api.schwabapi.com/marketdata/v1/markets/:market_id", "params": [ { "name": "market_id", "value": "", "type": "path" }, { "name": "date", "value": "", "type": "query" } ] }, "docs": "Get market hours for a single market" } ] } ], "bundled": true }