Skip to main content
GET
List every quote of yours that reached the committed trade lifecycle, newest first. A quote appears here when a user commits one of your quote service drafts: it arrives in accepted status, moves to confirmed when you confirm it, or ends expired if the confirmation window lapses. This is your reconciliation read. If your WebSocket connection drops and you miss a quote:accepted event, poll with status=accepted and confirm anything still open — a quote whose window already lapsed rejects the confirm with 409, so a late attempt is safe. Base URL: https://api.totalis.trade

Authentication

API key required. Pass your market maker API key in the X-API-Key header.

Query parameters

status
string
Return only quotes in this status. One of accepted, confirmed, expired, pending, executed, rejected, withdrawn — in the current flow you will see accepted, confirmed, and expired. An unrecognized value is ignored and the response is unfiltered.
rfq_id
string
Return only quotes on this RFQ (UUID).
limit
integer
Page size. Default 50, maximum 100.
cursor
string
Opaque pagination cursor. Pass the meta.cursor value from the previous page to fetch the next one.

Response

data
object
meta
object

Errors