POST a quote request to /v1/rfq and get back an EIP-712 signed quote ready to submit on-chain. The playground below talks to whatever URL is configured in NEXT_PUBLIC_QUOTER_URL.
// click POST to send
/v1/rfqRequest a signed quote for (baseToken, quoteToken, amount, trader).
/v1/levelsIndicative price levels per pair, for routing pre-filter. Not signed.
/healthLiveness probe.
/v1/makerMaker channel — push price levels, receive fill notifications. Available in v2.
/v1/takerTaker channel — subscribe to live levels. Available in v2.