Quote service
Update Quote Request
Update the legs or bet amount on an active quote request.
PATCH
Update an active quote request with new legs or a different bet amount. This increments the
A Privy JWT (
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 theX-API-Key header. The key needs the trading:write scope.
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
