CRX 101
Contact
GET

/firms

No parameters.

Bearer token · optional

Bearer
Language
curl -X GET "https://app.crxfx.com/svc/relayer/firms"
Response
Press Try It! to run the call and read the live response.

This endpoint returns every onboarded firm with its desk name and role. It is public. No authentication is required.

  • Returns: [{ "address": "0x…", "deskName": "…", "role": "maker" }]. The role is the firm's account state — one of five; see Account States. A wallet still in review is not listed.
GET /firms