get_account_events
Fetch past account transactions filtered by account ID and minimum amount. Use it to review account activity, after finding the accountId with get_accounts_and_cards.
Instructions
Get past events (transactions) for a specific Ameria Bank account. Filters by account and minimum amount. Use get_accounts_and_cards first to find the accountId — use the 'accountId' field from cards or 'id' field from accounts (e.g. '31023550200').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starts at 1 (default: 1) | |
| size | No | Number of items per page, max 100 (default: 50) | |
| accountIds | Yes | Account ID to filter by (e.g. '31023550200' — from get_accounts_and_cards) | |
| fromAmount | No | Minimum transaction amount to include (default: 0.1) |