Skip to main content
PATCH
Update an active quote request with new legs or a different bet amount. This increments the version and recomputes the request_hash, which automatically invalidates all existing market maker quotes. MMs receive the updated request and can submit fresh prices. You can only update a quote request while its status is active.

Authentication

API key required. Pass your API key in the X-API-Key header. The key needs the trading:write scope.
A Privy JWT (Authorization: Bearer <jwt>) is also accepted — see Authentication.

Path parameters

string
required
The quote request ID (UUID).

Request body

Same fields as Create Quote Request.
array
required
Array of 2-5 parlay legs.
number
required
USDC bet amount (1-100).

Response

object

Errors