Market Hours¶
GET /v1/hours¶
Overview¶
Purpose: Retrieve the current market status
Response Format: JSON object with market status, reason, and timestamp
Authentication¶
Optional authentication via x-api-key
header token
Responses:
- 200 OK
- Content-Type:
application/json
- Example (200):
- Content-Type:
Schema References¶
MarketStatus Schema¶
Field | Type | Description | Required |
---|---|---|---|
status | string | Current market status ("open", "closed", etc.) | ✓ |
reason | string | Explanation for the current status | ✓ |
timestamp | string | ISO timestamp of the status check | ✓ |