CRX 101
Contact
GET

/calendar/:pair

Path params

pairstringrequired

Bearer token · optional

Bearer
Language
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, not USD/MXN.
  • Returns: { "calendarId": "0x…", "label": "Mon–Fri 00:00–17:00", "holidays": [], "session": { … } }. calendarId is the pairId.
GET /calendar/:pair