# Get currency information for the store **GET /V1/directory/currency** Get currency information for the store. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (object) - **base_currency_code** (string) The base currency code for the store. - **base_currency_symbol** (string) The currency symbol of the base currency for the store. - **default_display_currency_code** (string) The default display currency code for the store. - **default_display_currency_symbol** (string) The currency symbol of the default display currency for the store. - **available_currency_codes** (array[string]) The list of allowed currency codes for the store. - **exchange_rates** (array[object]) Exchange Rate interface. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Directory\Api\Data\CurrencyInformationInterface ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)