📊 Баланс
{
"shop_id": 5,
"currency": "rub",
"balance": 1000.5,
"hold": 200,
"available": 800.5
}
Баланс магазина
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| shop_id | integer | false | none | ID магазина |
| currency | string | false | none | Валюта баланса |
| balance | number(float) | false | none | Общий баланс |
| hold | number(float) | false | none | Сумма на холде |
| available | number(float) | false | none | Доступная сумма (balance - hold) |