get_account_statements
Retrieve monthly statements for a Mercury checking or savings account, including download links, balances, account numbers, and EINs. Filter by date within a 3-month range.
Instructions
Retrieve monthly statements for a specific Mercury account. Returns statement list with downloadUrl, startDate, endDate, endingBalance, accountNumber, and EIN. Note: treasury and credit accounts are NOT supported — use get_treasury_statements instead. Maximum date range via start/end parameters is 3 months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Filter statements with period start on or before this date (YYYY-MM-DD). | |
| limit | No | Maximum results (1–1000, default 1000). | |
| order | No | Sort order. Defaults to desc. | |
| start | No | Filter statements with period start on or after this date (YYYY-MM-DD). | |
| accountId | Yes | The Mercury account UUID (checking/savings only, not treasury or credit). | |
| end_before | No | UUID of statement to end page before. | |
| start_after | No | UUID of statement to start page after. |