Create Quote Request
Trading
Create Quote Request
Open a live quote request. The relay broadcasts trade parameters to market makers and returns a request ID for streaming, polling, and committing.
POST
Create Quote Request
Open a live quote request to start receiving competitive quotes from market makers. The relay broadcasts the trade parameters to all connected makers over the quote-request SSE stream and returns a
requestId that you use to stream or poll for quotes and eventually commit.
Quote requests are long-lived (default 5-minute TTL, configurable via QUOTE_REQUEST_TTL_MS) and require no wallet signature — the trader’s authorization happens at the on-chain fill() step.Body
application/json
On a buy, the taker submits a USDC budget (budgetUsd) and the fill is floor(budgetUsd / price) whole options, capped by the maker's quoted size. On a sell, the taker submits a contract count (size).
Taker wallet (checksummed). Optional at creation; can be provided at commit.
Example:
"0xTrader0000000000000000000000000000000000"
