Skip to main content
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.
Audit Exports is the default integration path for the settlement side of the workflow. Your accounting archive subscribes to scheduled downloads rather than to a real-time stream — matching how reconciliation systems typically consume data today. For custodians with downstream systems that can’t wait for scheduled exports (custom accounting reconciliation, real-time client-reporting dashboards, etc.), see Programmatic Access.

Export formats

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 rangefrom / to on settled_at
  • Status — filter to SETTLED, or include FAILED / EXPIRED for operational reviews
  • Institution — limit to a specific sender_party_id or receiver_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