List of currencies by countries

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Query parameters

NameTypeDescription
countryCodestringOptional parameter allowing getting specific currency and country match. Response will contain all currencies and countries if countryCode is not specified. Country code must be in ISO 639-1 format
langstringOptional parameter for changing response language. Response will be in English if lang is not specified.

Response

A JSON object with the following fields in an array for every country:

FieldTypeDescription
countryCodestringTwo-digit country code in ISO 639-1 format
currencyCodestringThree-digit currency code in ISO 4217 format
currencyNamestringCurrency name in specified language
prefixstringCurrency prefix symbol
suffixstringCurrency suffix symbol
decimalPlacesstringQuantity of decimal places for currency subunit
Language
Authorization
Query