View Conversions

Retrieve details of all your previous conversions.

This endpoint returns a paginated list of all foreign exchange (FX) conversions for a given customer, including conversion rates, amounts, booking dates, value dates, and conversion status.

Authentication: Bearer token required

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customer_idstringRequired
Unique Customer Identifier

Query parameters

pageintegerOptional>=1
For queries that return arrays of data. Including this optional query parameter causes the set of results to be paginated by this number of pages.
limitintegerOptional>=1
For queries that return arrays of data. Adding this optional query parameter causes the set of results to be split into pages of this size. Default is 50.

Response

Ok. Successfully requested details of a Conversion.
fx_conversionslist of objects
Array of Conversion objects containing details of all previous conversions.
meta_dataobject
Container for metadata about the paginated response.

Errors