get_accounts
Fetch a paginated list of all Mercury organization accounts with balances, account and routing numbers, status, and type via cursor pagination.
Instructions
Retrieve a paginated list of all Mercury accounts for the organization. Returns accountNumber, availableBalance, currentBalance, name, nickname, routingNumber, status (active/deleted/pending/archived), and type (mercury/external/recipient). Supports cursor-based pagination with start_after and end_before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (1–1000, default 1000). | |
| order | No | Sort order. Defaults to asc. | |
| end_before | No | UUID of account to end page before (reverse pagination). | |
| start_after | No | UUID of account to start page after (forward pagination). |