RFQ API

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

Endpoints

POST
/v1/rfq

Request a signed quote for (baseToken, quoteToken, amount, trader).

GET
/v1/levels

Indicative price levels per pair, for routing pre-filter. Not signed.

GET
/health

Liveness probe.

WS
/v1/maker

Maker channel — push price levels, receive fill notifications. Available in v2.

WS
/v1/taker

Taker channel — subscribe to live levels. Available in v2.