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
PollGET /api/v1/quotes?status=ACCEPTED or subscribe to SSE events.
4. View Settlement Details
Response
Quote Status Flow
Real-Time Events (SSE)
Connect toGET /api/v1/events (note: /events, not /orders/events):