Base URL
All endpoints are prefixed with/api/v1:
Response Envelope
Every successful response wraps the payload in a standard envelope:- Single Resource
- Paginated List
- Error
Error Codes
Pagination
List endpoints accept these query parameters:Filtering & Sorting
Order list endpoints support:Data Formats
Decimal amounts are strings to prevent floating-point precision loss. Always parse them as decimals in your application, not as floats.
Server-Sent Events (SSE)
Each participant API provides an SSE endpoint for real-time updates. Connect usingEventSource: