Get currency information for the store
Get currency information for the store.
GET /V1/directory/currency
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/directory/currency
Response examples (200)
{
"base_currency_code": "string",
"base_currency_symbol": "string",
"default_display_currency_code": "string",
"default_display_currency_symbol": "string",
"available_currency_codes": [
"string"
],
"exchange_rates": [
{
"currency_to": "string",
"rate": 42.0,
"extension_attributes": {}
}
],
"extension_attributes": {}
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}