mercury_list_accounts
List all deposit bank accounts in your Mercury workspace, including checking, savings, and treasury accounts. Retrieve account IDs, balances, and routing numbers to prepare for transaction or statement queries.
Instructions
List all deposit bank accounts in your Mercury workspace (checking, savings, treasury).
USE WHEN: enumerating Mercury bank accounts before drilling into transactions, balances, or statements. Typically the first call when you have an account ID in hand or need one.
DO NOT USE: for IO Credit card accounts (use mercury_list_credit_accounts — /credit is a separate endpoint). For a single account whose ID is already known, prefer mercury_get_account to skip the list payload.
RETURNS: { accounts: [{ id, name, kind, status, availableBalance, currentBalance, accountNumber, routingNumber, ... }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||