Operations history
user_post_operations_historyRetrieve account wallet operation history including charges and top-ups in money and bonuses, with amounts, operation types, and dates. Filter by date range up to one week.
Instructions
Returns the list of account wallet operations for a period (post_operations_history): charges and top-ups in money and bonuses, with amountRub, amountBonus, amountTotal, operation type/name, service type (vas, cpa, tariff, etc.), itemId, and dates for each operation. Read-only. These are Personal Account wallet movements, not the CPA balance. Constraints: dateTimeFrom no more than a year ago, the range between from/to no more than one week; for the current balance use get_user_balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTimeFrom | Yes | Start of the selection period, required. Format date-time ISO 8601, for example "2026-05-01T00:00:00". No more than one year ago from the current moment. | |
| dateTimeTo | Yes | End of the selection period, required. Format date-time ISO 8601, for example "2026-05-08T00:00:00". The range from dateTimeFrom is no more than one week (7 days). |