Skip to main content
GET
Your active positions as the market maker — the trades where a user committed one of your quotes and you confirmed it — each expanded to its full parlay legs. Newest first. It is the maker-side counterpart to the bettor-scoped RFQ reads, which are keyed to the user who placed the parlay and return 404 for the maker. Use this endpoint to render your live book, reconcile exposure, or resolve an rfq_id you already hold (for example one from Get Vault) to its underlying legs. Only active positions are returned — the status values below cover the live and in-flight release states. Settled trades are not included. Base URL: https://api.totalis.trade

Authentication

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

Query parameters

limit
integer
Page size. Default 20, maximum 100.
offset
integer
Number of positions to skip, for offset-based pagination. Default 0.
exposure_bucket
string
Return only positions whose mm_risk falls in a size band. One of lt_10, 10_to_100, 100_to_1000, gt_1000. Bounds are inclusive-lower, exclusive-upper (e.g. 10_to_100 matches 10 <= mm_risk < 100). Omit for no filter; an unrecognized value is ignored.

Response

data
object
meta
object

Errors