Skip to main content
POST
Create a new live quote request. It’s immediately broadcast to all connected market makers, who begin submitting competitive prices in real time. A quote request requires 2-5 legs and a USDC bet amount. Each leg specifies a market ticker, a side (yes or no), and optionally a venue.

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.

Request body

array
required
Array of 2-5 parlay legs.
number
required
USDC bet amount. Must be between 1 and 100.

Response

object

Errors