Beta access required. The Retail Combos API is available only to explicitly enabled Retail API users.
Endpoints
On the Retail API, Combo and RFQ creation share an additional edge rate limit of 10 requests per 10 seconds, enforced per API key and per IP.
Separately, combo creation has a participant-wide service quota of 1,000 new instruments per week across all accounts and both Retail and Institutional APIs. The quota resets Monday at 00:00 UTC; returning an existing canonical combo does not consume it.
Create a Combo
POST /v1/combos accepts 2–10 unique legs:
caoc-... combo symbol, so creating an existing combo returns that instrument.
Get a Combo
GET /v1/combos?symbol=caoc-... requires the exact combo symbol. The response contains a combos array; an unknown symbol returns an empty array. This endpoint does not paginate.
See Also
RFQ API
Create and manage combo RFQs and quotes
Authentication
Sign Retail API requests
Private WebSocket
Receive RFQ and quote lifecycle events