API's Auxiliares
Unidade Monetária
Obter Todas as Unidade Monetária por Id
Obter Todas as Unidade Monetária por Id
get/api/currencies/{currencyId}
Response
Sucesso
Example response
{
"data": {
"attributes": {
"iso_code": "USD",
"symbol": "$"
},
"id": "2",
"relationships": {
"country": {
"data": {
"id": "2",
"type": "countries"
}
}
},
"type": "currencies"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.