Get True Play Exchange transactions
Get true play exchange transactions
POST
/wallet-service/v1/forefront/true-play/transactions
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
page
number
Page number
per_page
number
Items per page
action_type
string
Exchange type (CREDIT or DEBIT)
date_from
string
Start date
date_to
string
End date
Response
{
"current_page": 1,
"data": [
{
"id": 4,
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"uuid": "9e92138f-c63c-4fb3-83bd-5a7d4df4fa4f",
"action": "CREDIT",
"amount": 297,
"transaction_id": 2033,
"external_id": "1574215",
"exchange_rate": 0,
"token_amount": 400,
"currency_id": 1,
"operator_id": "9878",
"created_at": "2025-04-01T10:11:46.000000Z",
"updated_at": "2025-04-01T10:11:46.000000Z"
},
{
"id": 3,
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"uuid": "9e921365-fbc2-4055-81bb-75799ff61a4c",
"action": "DEBIT",
"amount": 1000,
"transaction_id": 2032,
"external_id": "1574212",
"exchange_rate": 0,
"token_amount": 1333.33,
"currency_id": 1,
"operator_id": "9878",
"created_at": "2025-04-01T10:11:18.000000Z",
"updated_at": "2025-04-01T10:11:18.000000Z"
},
{
"id": 2,
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"uuid": "9e92133d-63c3-49bd-8bf8-d1b39f18d7d1",
"action": "DEBIT",
"amount": 1000,
"transaction_id": 2031,
"external_id": "1574211",
"exchange_rate": 0,
"token_amount": 1333.33,
"currency_id": 1,
"operator_id": "9878",
"created_at": "2025-04-01T10:10:52.000000Z",
"updated_at": "2025-04-01T10:10:52.000000Z"
}
],
"first_page_url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://router.sprut.games/wallet-service/v1/forefront/true-play/transactions",
"per_page": 25,
"prev_page_url": null,
"to": 3,
"total": 3
}
{
"error": "Invalid request"
}
Last updated