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.
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
The order is now QUOTED. Settlement proceeds automatically and completes in ~4 seconds.

4. Verify Settlement

Poll GET /api/v1/orders/{intent_id} until status is SETTLED:

Real-Time Events (SSE)

Connect to GET /api/v1/orders/events:
Filter to a specific order: ?intent_id={uuid}

Full OpenAPI Specification

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