Match Transfers Between Accounts
list_transfersMatch transfers between your own accounts. A transfer is TWO transactions — a debit leaving one of your accounts and a credit arriving in another — matched as two sides of the same movement (amount and date aligned); account-level successions (an account closing into a successor) are matched too. A payment to an outside party is not a transfer here: only movements with both sides visible in your statements are matched. THE way to answer any "was money moved between my accounts" / "did I transfer X" question — never try to answer a money-moved-between-accounts question with list_transactions + arithmetic; always call this tool instead. Scope defaults to all your completed statements; pass "scope" to narrow to specific accounts/products and/or a date range. Every response reports the match window (in days) it used, even when no transfers are found — a lack of matches is never silent about how hard it looked. To find large movements with NO matching counterpart in your other accounts — e.g. "trace transfers over $10,000; which ones leave without a known destination?" — pass "amountMin": reconciled pairs and successions are filtered to that floor, and the response gains an "unmatched" bucket of large movements (debits leaving, or unexplained credits arriving) with no matching pair, candidate, or succession. Omit amountMin for the ordinary reconciled-pairs answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| amountMin | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| ambiguous | Yes | ||
| transfers | Yes | ||
| unmatched | No | ||
| ambiguousCount | Yes | ||
| matchWindowDays | Yes | ||
| accountSuccessions | Yes |