v46

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012445110.0 KB
RFQs

List parlays

List your parlays (RFQs), newest first, with cursor pagination. Filter by status (?status=settled, or comma-separated ?status=open,quoted); ?include=quotes embeds each parlay's quotes.

get/v1/rfqs

Query parameters

statusRfqStatus[]

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

include'quotes'

Include quotes array (otherwise null)

limitinteger

Page size.

cursorstring

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

Response

OK