/firm/:addr/profile
Path params
Bearer token · optional
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" }, ornullif the address never onboarded.