Reward
ClaimCoinReward
https://api.idosgames.com/api/[titleTemplateId]/[titleId]/Client/Reward/ClaimCoinReward fetch('https://api.idosgames.com/api/[titleTemplateId]/[titleId]/Client/Reward/ClaimCoinReward', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
IntValue: 100,
Points: 10
})
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error)); ClaimX3CoinReward
ClaimX5CoinReward
ClaimCoinWithSkinReward
UpdateEquippedSkins
GrantSkinProfitFromEquippedSkins
ClaimCoinRewardWithReferral
Last updated