/calendar/:pair
Path params
Bearer token · optional
curl -X GET "https://app.crxfx.com/svc/relayer/calendar/USDMXN"Response
Press Try It! to run the call and read the live response.
This endpoint returns a pair's settlement calendar, derived from its Pyth market schedule. It is public. No authentication is required. It is also the simplest way to get a pair's pairId for GET /margin.
- Path:
pair: the compact pair id, no slash:USDMXN, notUSD/MXN. - Returns:
{ "calendarId": "0x…", "label": "Mon–Fri 00:00–17:00", "holidays": [], "session": { … } }.calendarIdis the pairId.