{
    "id": "cnt-TJh76H8hj778hftdtu66gjio",
    "code": "SL",
    "name": "Sierra Leone",
    "currency": {
        "code": "SLE",
        "unit": "cent",
        "unitLength": null
    },
    "supportedCurrencies": [
        [
            "SLE"
        ]
    ]
}
{
    "id": "cnt-TJh76H8hj778hftdtu66gjio",
    "code": "SL",
    "name": "Sierra Leone",
    "currency": {
        "code": "SLE",
        "unit": "cent",
        "unitLength": null
    },
    "supportedCurrencies": [
        [
            "SLE"
        ]
    ]
}
📋
Properties
id
string

The ID of the country.

Example: cnt-TJh76H8hj778hftdtu66gjio

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]