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_id
Unique Customer Identifier
Query parameters
page
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.
limit
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_conversions
Array of Conversion objects containing details of all previous conversions.
meta_data
Container for metadata about the paginated response.