{
    "code": "SL",
    "name": "Sierra Leone",
    "currency": {
        "code": "SLE",
        "unit": "cent",
        "unitLength": null
    },
    "supportedCurrencies": [
        [
            "SLE"
        ]
    ]
}
{
    "code": "SL",
    "name": "Sierra Leone",
    "currency": {
        "code": "SLE",
        "unit": "cent",
        "unitLength": null
    },
    "supportedCurrencies": [
        [
            "SLE"
        ]
    ]
}
📋
Properties
code
string
The ISO 3166-1 alpha-2 country code.Example: SL
name
string
The name of the country.Example: Sierra Leone
currency
object
The default currency object of the country.
supportedCurrencies
array
The list supported currency codes in ISO 4217 format in that country. It includes the default currency’s code.Example: [SLE]