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