- Integrations
- /
- Wise
- /
- Actions
- /
- List Balances
ActionWiseUpdated May 2026
How do I list Wise multi-currency balances?
Short answer: Drop the "Wise → List Balances" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Profile ID profileId | number | Required | Profile ID |
Sample request
{"profileId": "{{trigger.profileId}}"}
Returns
[{"id": 100,"type": "STANDARD","amount": {"value": 5000.5,"currency": "USD"},"currency": "USD"},{"id": 101,"amount": {"value": 3200,"currency": "EUR"},"currency": "EUR"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Balances.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Balances.
What does the List Balances action do in Wise?
Lists all multi-currency balances for a Wise profile with available and reserved amounts per currency. Useful for treasury dashboards and low-balance alerts.
What inputs does List Balances require?
Required: Profile ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Wise returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Balances support batch operations?
Yes. Run List Balances inside a Loop node to process arrays. Tiny Command handles Wise's rate limits automatically so you don't have to throttle manually.
More actions
Other Wise actions.
Action
Get Exchange Rate
Returns the current Wise mid-market exchange rate between two currencies. Use it to quote pricing in local currency or to log FX movements.
ActionList Profiles
Lists all Wise profiles (personal and business) the connected user has access to. Required first step for any cross-profile automation.
Send list balances from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.