cURL
curl --request GET \ --url https://api.example.com/api/Common/Currencies/{code}/ByCode
[ { "id": 123, "code": "<string>", "description": "<string>", "formattedDescription": "<string>" } ]
Returns available currency by code.
OK
Was this page helpful?