Request Information

Method returns list of exchange rates.

Example URL:
v2.0/ExchangeRates

None.

None.

Response Information

IPageOfExchangeRateApiModel
NameDescriptionTypeAdditional information
Data

List of entities on this page

Collection of ExchangeRateApiModel

None.

TotalItems

Total number of entries

integer

None.

TotalPages

Total number of pages

integer

None.

Sample:
{
  "Data": [
    {
      "Amount": 1.0,
      "Currency": {
        "Code": "sample string 1",
        "Country": "sample string 2",
        "Name": "sample string 3",
        "Priority": 4,
        "Symbol": "sample string 5",
        "Id": 6
      },
      "CurrencyId": 2,
      "Date": "2024-07-27T03:05:54.7080825+00:00",
      "DateLastChange": "2024-07-27T03:05:54.7080825+00:00",
      "ExchangeListId": 5,
      "ExchangeRateValue": 6.0,
      "Id": 7
    }
  ],
  "TotalItems": 1,
  "TotalPages": 1
}
Sample:

Sample not available.

Sample:

Sample not available.