PRODUCTION
List the currencies by country
| Resource information |  | 
| Authentication | Required | 
| HTTP Method | GET | 
| Response | JSON | 
| Version | 1 | 
Resource URL
<https://mapaprop.app/api/action/portal-v2/settings/currencies/AR>
Parameters
| Key | Type | Required | Description | 
| country | string | yes | The ISO code for the country. ‣ | 
Sample code
GET /api/action/portal-v2/settings/currencies/AR HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_SXIgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw
Response
A simple number with the total properties in our system in JSON.
| Object | Field | Type | Required | Description | 
| Response | types | Object | yes | An object with the list of currencies by country code | 
Sample code
{
    "ARS": "Pesos",
    "USD": "Dólares"
}