post https://us-central1-readysandbox.cloudfunctions.net/currency-getCoinEconomy
Retrieves the coin economy data for the specified application
Log in to see full request history
Responses
500Internal server error
Retrieves the coin economy data for the specified application
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/currency-getCoinEconomy \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"coinEconomy": [
{
"coinPackId": "string",
"fromCoin": "string",
"fromQuantity": 0,
"toCoin": "string",
"toQuantity": 0
}
]
}