curl --request GET \
--url http://localhost:8080/cabinet/balance/transactions{
"items": [
{
"id": 123,
"type": "<string>",
"amount_kopeks": 123,
"amount_rubles": 123,
"is_completed": true,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"payment_method": "<string>",
"completed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"per_page": 123,
"pages": 123
}Get transaction history.
curl --request GET \
--url http://localhost:8080/cabinet/balance/transactions{
"items": [
{
"id": 123,
"type": "<string>",
"amount_kopeks": 123,
"amount_rubles": 123,
"is_completed": true,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"payment_method": "<string>",
"completed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"per_page": 123,
"pages": 123
}Page number
x >= 1Items per page
1 <= x <= 100Filter by transaction type