Currency Ratio Service

getCurrencyRatioByPage

getCurrencyRatioByPage

get/cruise/currencyratio/v1/getCurrencyRatioByPage

Query parameters

fromCurrencyCodestring

The alternate currency code.

includeNullboolean

Specify 'true' to output null data elements.

pageNumberinteger

Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.

toCurrencyCodestring

The base currency code.

Headers

authenticationtokenstring required

Secure token for API authentication.

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. test or production

useridstring required

User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Response

Success

hasNextboolean
totalPagesinteger

Example response

{
  "currencyRatioDetails": [
    {
      "currencyRatioDetailDetails": [
        {
          "exchangeRate": 32.9,
          "fromCurrencyCode": "USD",
          "toCurrencyCode": "EUR"
        }
      ]
    }
  ]
}