Skip to main content

API - Get currencies list

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

URL

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

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:

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


 

JavaScript errors detected

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

If this problem persists, please contact our support.