Skip to main content
This page covers the technical API details for your development team. For business context, see the preceding guide pages.

Endpoints

All endpoints require JWT authentication (except /health and /auth/token). See Authentication and API Conventions.

Quick Example: Quote to Settlement

1. List Active RFQs

Response

2. Submit a Quote

201 Created

3. Check Quote Outcome

Poll GET /api/v1/quotes?status=ACCEPTED or subscribe to SSE events.

4. View Settlement Details

Response

Quote Status Flow

Real-Time Events (SSE)

Connect to GET /api/v1/events (note: /events, not /orders/events):

Full OpenAPI Specification

For complete request/response schemas, see the auto-generated Market Maker API Reference.