Skip to main content
Version: 5.7.0

SysGetPeerCurrencyTypes

Retrieves the virtual currency types inherited from the configured peer apps.

ServiceOperation
virtualCurrencySYS_GET_PEER_CURRENCY_TYPES

Usage

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