-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
GET: /codes/account-typeProZ.com uses currency codes defined in the ISO 4217 standard. A daily cron job updates the ProZ.com database with exchange rate changes provided by XE.com. Parameters
Example requestcurl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" /codes/currency?codes=bnd,bwp,rsd&convertible=true
Response{
"currencies": [
{
"currency_code": "bnd",
"currency_name": "Brunei dollar"
},
{
"currency_code": "bwp",
"currency_name": "Botswana pula"
},
{
"currency_code": "rsd",
"currency_name": "Serbian dinars"
}
]
}
|