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