CRX 101
Contact
GET

/firm/:addr

Path params

addrstringrequired

Bearer token · optional

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

This endpoint returns a firm's on-chain collateral summary. It is public. No authentication is required. For the firm's account state — the role that decides whether it can bind at all — see Account States.

  • Path: addr: a firm wallet address.
  • Returns: { general_balance, general_balances, open_aca_count, acas_with_maker } (hex). The response does not list positions; read those on-chain: see Positions.
GET /firm/:addr