Returns paginated deposit, claim, and fund transactions for the current user
Returns paginated deposit, claim, and fund transactions for the current user
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/transactions"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "id": "string", "type": "deposit", "amount": "string", "status": "pending", "txHash": "string", "requestId": "string", "signature": "string", "createdAt": "string" } ]}