Get Transactions
Get Transactions
GET
/wallet-service/v1/forefront/transactions
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Optional Parameters
Name
Type
Description
page
number
Page of the results
perPage
number
Elements per page
Response
{
"data": [
{
"id": 55,
"amount": 100000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Bonus",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
},
{
"id": 56,
"amount": 50000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Bonus",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
},
{
"id": 57,
"amount": 50000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Bonus",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
},
{
"id": 58,
"amount": 100000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Real",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
},
{
"id": 59,
"amount": 50000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Real",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
},
{
"id": 60,
"amount": 50000,
"state": "Succeed",
"state_description": null,
"processed_at": "2025-03-24T11:06:30.000000Z",
"source_type": "Source@GameProcessing",
"source_body": "test",
"balance_type": "Real",
"user_wallet": {
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 100000,
"bonus_balance": 100000
}
}
],
"links": {
"first": "http://router.sprut.games/wallet-service/v1/forefront/transactions?page=1",
"last": "http://router.sprut.games/wallet-service/v1/forefront/transactions?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://router.sprut.games/wallet-service/v1/forefront/transactions?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://router.sprut.games/wallet-service/v1/forefront/transactions",
"per_page": 15,
"to": 6,
"total": 6
}
}
{
"error": "Invalid request"
}
Last updated