Returns the current player's paginated on-chain burns for this project
Returns the current player's paginated on-chain burns for this project
bearer In: header
Game entity slug
Value in
Number of items per page
1 <= value <= 10010Page number
1 <= value1Sort direction
Value in
The field to sort by
Value in
application/json
curl -X GET "https://example.com/playables/string/coinflip/burns"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "id": "string", "amount": "string", "reason": "string", "metadata": {}, "txHash": "string", "burnAddress": "string", "createdAt": "string" } ]}