CRXDocs

API Changelog

What is this?

The dated, append-only record of changes to the CRX relayer API. Newest entry first. Every change to a path, parameter, response shape, or auth rule lands here.

Changelog

2026-06-03 — Initial API surface

The first published version of the relayer API. This is the first entry; nothing precedes it.

Endpoints in this release:

MethodPathAuth
POST/auth/challengeno
POST/auth/loginno
POST/rfqyes
GET/rfq/inboxyes
POST/rfq/:id/quoteyes
POST/rfq/:id/confirmyes
GET/rfq/:id/bundleyes
GET/marginno
GET/firm/:addrno
GET/makersno
GET/takersno
GET/healthno
  • Auth is challenge then login; login returns a 1-hour JWT.
  • The trade path (quote, confirm, bind) is authorized by EIP-712 Terms signatures, not a session.

The full reference: CRX API → Get started (~4 min).

Next: SDKs → Get started (~2 min) — client libraries for the API and on-chain reads.