On this page
No Headings
Exchange rate details, specified as an array of object.
arrayitemsobjectExchange rate details, specified as an object with the following parameters:
base_amountrequiredobjectThe amount that needs to be converted. If this parameter was not passed in the request, the value of base_amount is considered as 1 by default.
currency_coderequiredstringThe 3-character ISO-4217 currency code that identifies the currency.
valuerequiredstring^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$The value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.quote_amountrequiredobjectThe amount in desired currency after conversion.
currency_coderequiredstringThe 3-character ISO-4217 currency code that identifies the currency.
valuerequiredstring^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$The value, which might be:
JPY that are not typically fractional.TND that are subdivided into thousandths.exchange_raterequiredstring^([0-9]+[.][0-9]+)$Conversion rate between the base and quote currencies. Includes markup if markup_percent is provided in the request.
fx_idstring^[ -~]+$Unique identifier that links a quoted FX rate to an order. Must be passed in further API calls.
expiry_timestringppaas_date_time_v3^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$The time until exchange_rate will be valid for settlement. It is represented in ISO 8601. The time is determined at the time of contract agreement.
rate_refresh_timestringppaas_date_time_v3^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$The time at which new exchange rates will be available next for this currency pair. The frequency is determined at the time of contract agreement.
update_timestringppaas_date_time_v3^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])[T,t]([0-1][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]+)?([Zz]|[+-][0-9]{2}:[0-9]{2})$The time at which the exchange rate was last updated. The time is represented in ISO 8601.