API ReferenceSwaggerCoins
Deduct coins from a player
AuthorizationBearer <token>
In: header
Path Parameters
coinIdstring
Header Parameters
x-game-uuid?string
Game UUID
x-api-keystring
Game API Key
amountnumber
The amount of coins to distribute
Response Body
curl -X POST "https://api.playsuper.club/coins/string/deduct" \ -H "x-game-uuid: string" \ -H "x-api-key: string" \ -H "Content-Type: application/json" \ -d '{ "amount": 100 }'Empty
Empty
Empty