Skip to main content
Version: 5.7.0

SysGetCurrencyTypes

Retrieves the virtual currency types defined for the current app.

ServiceOperation
virtualCurrencySYS_GET_CURRENCY_TYPES

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"currencies": [
"gems"
]
},
"status": 200
}