Get details of a currency code.
GET {{baseUrl}}/currency_codes/:currency_code
For a given currency code, you can retrieve the details of that currency code, that is the name, other codes, the fractional digits and the list of countries where the currency is used.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"US DOLLAR","iso_3a_code":"USD","iso_3n_code":"840","fractional_digits":2,"countries":[{"iso_2a_code":"AS","iso_3a_code":"ASM","iso_3n_code":"016","name":"AMERICAN SAMOA"},{"iso_2a_code":"BQ","iso_3a_code":"BES","iso_3n_code":"535","name":"BONAIRE, SINT EUSTATIUS AND SABA"}]}