Skip to main content
GET
/
settings
/
v3
/
currencies
/
central-fx-rates
/
information
Retrieve information about the central exchange rates feature.
curl --request GET \
  --url https://api.hubapi.com/settings/v3/currencies/central-fx-rates/information \
  --header 'Authorization: Bearer <token>'
{
  "centralExchangeRatesEnabled": true
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

successful operation

centralExchangeRatesEnabled
boolean
required

Indicates if central exchange rates is enabled for the portal or not.

Last modified on March 30, 2026