💰 Получение баланса пользователя
Code samples
GET /api/user/balance
Example responses
200 Response
{
"success": true,
"balance": 1234,
"investigations": 10,
"fast-cheks": 10
}
🔁 Ответы
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful operation | Inline |
📋 Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| » success | boolean | false | none | none |
| » balance | number | false | none | Баланс пользователя |
| » investigations | integer | false | none | Доступное кол-во расследований |
| » fast-cheks | integer | false | none | Доступное кол-во быстрых проверок |