# Exchange List Rate Limit: 1 request per 30 seconds Fetch all exchanges and their corresponding working schedules that your account has access to Endpoint: GET /api/v0/equity/metadata/exchanges Version: v0 Security: authWithSecretKey ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `workingSchedules` (array) - `workingSchedules.timeEvents` (array) - `workingSchedules.timeEvents.date` (string) - `workingSchedules.timeEvents.type` (string) Enum: "OPEN", "CLOSE", "BREAK_START", "BREAK_END", "PRE_MARKET_OPEN", "AFTER_HOURS_OPEN", "AFTER_HOURS_CLOSE", "OVERNIGHT_OPEN" ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields