Market maker
List Quotes
List your quotes and their lifecycle status. Filter by status or RFQ, with cursor pagination.
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 theX-API-Key header.
Query parameters
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.Return only quotes on this RFQ (UUID).
Page size. Default 50, maximum 100.
Opaque pagination cursor. Pass the
meta.cursor value from the previous page to fetch the next one.