The purpose of this method is to retrieve all currencies available in the beebox.

URL

(GET) /api/utility/parserpresets?currencies?token=
CODE

PARAMETERS

Parameters are:

token

The session token obtained when connecting.

 

RESULTS

The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.

EXAMPLE

A typical result may look like:

[
    {
        "v": "AED",
        "t": "AED (د.إ.\u200f, UAE Dirham)"
    },
    {
        "v": "AFN",
        "t": "AFN (؋, Afghani)"
    },
    .
    .
    .
]
CODE