Returns the current player's burn totals for this project, grouped by reason
Returns the current player's burn totals for this project, grouped by reason
bearer In: header
Game entity slug
Value in
application/json
curl -X GET "https://example.com/playables/string/coinflip/burns/summary"{ "totalBurned": "string", "byReason": [ { "reason": "string", "amount": "string", "count": 0 } ]}