cURL
curl --request GET \ --url https://api.financialcontext.com/technicals/timeframes \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": "<any>", "message": "<string>", "timestamp": "2023-11-07T05:31:56Z", "meta": { "pagination": { "currentPage": 1, "pageSize": 20, "totalItems": 150, "totalPages": 8, "hasMore": true, "hasPrevious": false } } }
Get list of supported timeframes for technical analysis.
Timeframes list retrieved successfully
Indicates successful API response
Response data payload
ISO 8601 timestamp of the response
Optional success message
Optional metadata including pagination, statistics, and additional context
Show child attributes