CRX 101
Contact
GET

/rfq/inbox

auth

Query

makerstring

Identity

X-CRX-Address

The relayer identifies the caller from this address — no signature. A trade still binds only with the two EIP-712 Terms signatures.

Bearer token · optional

Bearer
Language
curl -X GET "https://app.crxfx.com/svc/relayer/rfq/inbox?maker=0xd403e4e3239943fae744f44776476e60f54ed167" \
  -H "X-CRX-Address: 0xd403e4e3239943fae744f44776476e60f54ed167"
Response
Press Try It! to run the call and read the live response.

Poll the directed RFQs waiting for the desk to price. The relayer identifies the caller from the X-CRX-Address header. No signature or token is required.

  • Query: maker (required): the maker address.
  • Identity: X-CRX-Address: the same maker address. Prefilled below.
  • Returns: an array of open RFQs directed at the maker (empty when none are waiting).
GET /rfq/inbox