Skip to main content

settings/currencies/codes

Retrieves the list of currencies.

URL

(GET) /api/settings/currencies/codes
(POST) /api/settings/currencies/codes
 

PARAMETERS

The method has no parameters.

Use the POST variant for Auto-completion and pagination.


RESULTS

The result is a JSON array with one element per country:

vThe 3 letter currency code such as EUR or USDstring
tThe English currency name such as "Euro"string
symThe currency symbol such as "$"string


EXAMPLES

List of currencies sorted by English name:

CODE
[
    {
        "v": "AMD",
        "t": "Armenian Dram",
        "sym": "֏"
    },
    {
        "v": "ARS",
        "t": "Argentine Peso",
        "sym": "$"
    },
    {
        "v": "AUD",
        "t": "Australian Dollar",
        "sym": "$"
    }, 
  ...
]




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.