Endpoints
All endpoints require JWT authentication (except
/health and /auth/token). See Authentication and API Conventions.
Only sender custodians can accept order proposals and quotes. Receiver custodians have read-only access to orders where they are the receiving custodian.
Quick Example: Review and Accept a Quote
1. List Pending Orders
Response
2. Review Competing Quotes
Response
3. Accept the Best Quote
Response
4. Verify Settlement
PollGET /api/v1/orders/{intent_id} until status is SETTLED:
Real-Time Events (SSE)
Connect toGET /api/v1/orders/events:
Filter to a specific order:
?intent_id={uuid}