Returns paginated bet history for the current user
Returns paginated bet history for the current user
bearer In: header
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/luckyreel/history"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "amount": "string", "betType": "low", "slotCount": 0, "selectedMultiplier": "string", "payout": "string", "resultIndex": 0, "createdAt": "string" } ]}