Get balance
Information
| Method | user/balance |
| Return | Balance number, currency |
| URL Example | https://lazyfox.top/zh/api/v1/user/balance?key=1dbb8074d9ddb2b92279ecf9df94c2a08152207e49519bc16af878c75e9a04a6 |
Params
| Param | Type | Description |
|---|---|---|
| key | String | API Token |
Response example
{
"success": true,
"data": {
"balance": 5431,
"currency": "RUB"
}
}