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
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"currencies": ["gems"]
},
"status": 200
}