List Mercury Accounts logo

Catalog action Integrations mercury

List all Mercury business banking accounts visible to the connected API token. Returns each account's ID, name, status, kind, routing number, account number last-4, and USD balances. Ideal for: picking the funding account for a payment, balance checks before payouts, treasury dashboards.

At a Glance

FieldValue
Action IDmercury-list-accounts
CategoryIntegrations
Connectormercury
Requires gasNo
Funds movementNone declared
Tagsmercury, banking, fiat, accounts, balance, read

Payload Schema

FieldTypeRequiredDescription
apiKeystringNoMercury API token. Normally injected automatically by the 'mercury' connector — only set this to override the connector's token.

Result Schema

FieldTypeRequiredDescription
accountsarrayYesAll Mercury accounts visible to the API token
countnumberYesNumber of accounts returned

Examples

json
{ "type": "mercury-list-accounts", "payload": { "apiKey": "configured-in-b3os" }, "children": [], "connector": { "type": "mercury", "id": "conn_mercury" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.