list_statements
Retrieve monthly account statements for a Mercury account, including period, ending balance, and PDF download URL. Supports date range filtering up to 3 months.
Instructions
List monthly statements for a Mercury account (period, ending balance, PDF download URL). Date range filters are limited to 3 months per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Latest statement date. Date in YYYY-MM-DD format | |
| limit | No | Maximum results (1-1000, default 100) | |
| order | No | Sort order (default desc) | |
| start | No | Earliest statement date. Date in YYYY-MM-DD format (max 3-month range with end) | |
| account_id | Yes | Mercury account ID (UUID) |