ExchangeRateDto
The list of items in the current page.
codestringrequired
The code of the currency (e.g., USD, EUR, GBP).
Example:
USD
exchangeRatenumberrequired
The exchange rate of the currency compared to the base currency.
Example:
1.15
detailedRate object
currencyNamestring
Name of the currency (e.g. USD, EUR)
Example:
USD
purchaseRatestring
Rate at which the currency can be purchased
Example:
1.15
sellingRatestring
Rate at which the currency can be sold
Example:
1.2
ExchangeRateDto
{
"code": "USD",
"exchangeRate": 1.15,
"detailedRate": {
"currencyName": "USD",
"purchaseRate": "1.15",
"sellingRate": "1.2"
}
}