Skip to main content
POST
Request an RFQ quote for a multi-leg combo

Body

application/json
leg_position_ids
string[]
required

Ordered YES outcome token ids (ERC-1155 position ids) of 2–10 distinct markets to combine.

Required array length: 2 - 10 elements
Minimum string length: 1
notional_usd
number
required

pUSD the user spends on the combo (BUY).

Required range: x >= 0.01
side
enum<string>

Only BUY is supported right now.

Available options:
BUY

Response

200 - application/json

Default Response

combo_order_id
string
required
quote_id
string
required
rfq_id
string
required
price_cents
number
required

Blended price in cents per YES share.

maker_amount_usd
number
required
taker_shares
number
required
expires_at
string
required

ISO-8601 instant the quote expires (~8.5s). Call /combo/accept before it; a stale accept returns 410 QUOTE_EXPIRED.