get_statement
Retrieve formatted bank account statements for specified time periods, converting transaction data to readable currency units and ISO datetime formats.
Instructions
Get account statement for a given period. Rate limit: 1 request per 60 seconds. Max period: 31 days + 1 hour. Rules: 1. Fetch from default account (account_id = '0') unless another account is specified. 2. Amounts are converted from the smallest currency unit (e.g., kopiyka, cent) to the main unit and returned as decimals. 3. Transaction timestamps ('time') are converted from Unix timestamps to ISO 8601 datetime strings (UTC). 4. Fields 'id', 'invoiceId', 'counterEdrpou', and 'counterIban' are omitted from the returned results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Account identifier from the list of accounts, or '0' for default | |
| from_timestamp | Yes | Start of the statement period (Unix timestamp) | |
| to_timestamp | Yes | End of the statement period (Unix timestamp) |