Skip to main content
GET
List parlays

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Query Parameters

status
enum<string>[]

Filter by RFQ status. Repeatable values are joined with commas (e.g. ?status=open,quoted,accepted).

Available options:
open,
quoted,
accepted,
confirmed,
executed,
cancelled,
expired,
settled,
bought_back
include
enum<string>

Include quotes array (otherwise null)

Available options:
quotes
limit
integer
default:20

Page size.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response's meta.cursor. Do not construct manually.

Response

200 - application/json

OK

data
object
meta
object