CRX 101
Contact
GET

/firm/:addr/profile

Path params

addrstringrequired

Bearer token · optional

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

This endpoint returns a firm's desk name and role. It is public: the login flow reads it to choose between the desk and onboarding before requesting any signature.

  • Path: addr: a firm wallet address.
  • Returns: { "deskName": "…", "role": "maker" }, or null if the address never onboarded.
GET /firm/:addr/profile