Status: the dedicated statement endpoints described below (CSV, JSON) are coming. In the interim, settled-order details are retrievable per-intent via
GET /api/v1/orders/{intent_id} (full settled record). Scheduled batch statements are on the roadmap.Statement types
- Settlement confirmations (CSV)
- FX execution report (CSV)
- Month-end reconciliation (JSON)
One row per settled intent, over a date range. Columns match the general ledger handoff:
Status: coming. Interim: the per-intent endpoint returns the same data one order at a time.
Filtering
Planned filters across all statement types:- Date range —
from/toonsettled_at - Status — SETTLED by default; include FAILED / EXPIRED for operational reviews
- Counterparty — limit to a specific receiver institution
- Currency pair — limit to JPYSC0 → USDCx, etc.
Consuming statements
Once statements land, your accounting systems ingest them via your existing pipelines — whatever you use today to ingest daily settlement files from banks or other counterparties. Most institutions schedule a daily CSV pull into their GL and a monthly JSON dump into their treasury archive.Interim: per-intent retrieval
Until batch endpoints ship, settled-order details are retrievable one at a time:Next steps
- Daily operation — see Console
- Real-time reconciliation — see Programmatic Access