Wallet balance
user_get_user_balanceRetrieve the current real and bonus fund balances in rubles from the Avito Personal Account wallet.
Instructions
Reads the account wallet balance (get_user_balance): the amount of real money (real) and the amount of bonus funds (bonus) in rubles. Read-only, a point-in-time snapshot. This is the Personal Account wallet, not the CPA balance (for CPA see the cpa domain). For the history of charges/top-ups use post_operations_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Account number (Profile_id) in the Avito Personal Account, format int64. Optional: by default the Profile_id from .env (your own account) is substituted. You can find out the id via get_user_info_self. |