Skip to main content
PATCH
Replace the legs or bet amount on a quote request while its status is active. The update increments version and recomputes request_hash. Every existing quote is invalidated, and market makers receive the new request to quote again.

Authentication

Send 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