Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Currencies List Object

Properties

Name Type Description
total integer

Total number of currencies documents that matched your query.

currencies currency[]

List of currencies.

Examples

JSON

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