Get a Conversion
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Unique Conversion ID, provided in the original request for a Conversion. This is the conversion_id that was provided in the response when the conversion was requested via the Request Conversion API.
Response
Unique client reference to identify this conversion in future. The format will be {customerId}-{sequenceNumber}.
This instruction number can be used to track and reference the conversion in your system.
Amount of the currency being sold. This represents the source currency amount that will be exchanged.
Format: Decimal number with up to 2 decimal places Precision: Maximum 2 decimal places
Amount of the currency being bought. This represents the destination currency amount you will receive.
Format: Decimal number with up to 2 decimal places Precision: Maximum 2 decimal places
Timestamp of this request/deal. This is the date and time when the conversion was booked and the exchange rate was locked in.
Format: ISO 8601 date-time format (YYYY-MM-DDTHH:MM:SSZ)
Unique reference ID that you assigned to this conversion for your own purposes. This is the optional client_reference_id query parameter that was provided when the conversion was requested via the Request Conversion endpoint.