Status: the dedicated batch export endpoints described below (CSV, JSON) are coming. In the interim, per-intent records are retrievable one at a time via the existing order endpoints, which return the full signed FXOrder + settlement legs. Batch downloads are on the roadmap.
Export formats
- Daily / weekly reconciliation (CSV)
- Monthly settlement archive (JSON)
One row per settled intent over the date range. Columns match accounting needs:
Status: coming. Interim: the per-intent order endpoint returns the equivalent data one intent at a time.
Filtering
Planned filters:- Date range —
from/toonsettled_at - Status — filter to SETTLED, or include FAILED / EXPIRED for operational reviews
- Institution — limit to a specific
sender_party_idorreceiver_party_id - Currency pair — limit to JPYSC0 → USDCx, etc.
Consuming exports
Once exports land, your accounting archive picks them up via your existing ingestion — whatever you already use for ingesting daily reconciliation.Interim: per-intent retrieval
Until the batch endpoints ship, you can retrieve one intent at a time via the order endpoints. The response is the full signed FXOrder + settlement legs — structurally the same content that will appear in the monthly JSON export, just retrieved on demand instead of batched. If your team needs records now, scripting against the order endpoint is the path.Next steps
- Deploy the backend if you haven’t — see Deploy
- Ops team workflow — see Console
- Need real-time, not scheduled? — see Programmatic Access