Currencies List

Properties

NAME TYPE DESCRIPTION
total integer Total number of currencies documents that matched your query.
currencies array List of currencies. Can be one of:

Currency model

Example

JSON
{
    "total": 5,
    "currencies": [
        {
            "symbol": "$",
            "name": "US dollar",
            "symbolNative": "$",
            "decimalDigits": 2,
            "rounding": 0,
            "code": "USD",
            "namePlural": "US dollars"
        }
    ]
}