App Logo
wise.com

Search Wise transactions

Search a Wise profile's transactions by merchant/name (server-side), optionally narrowed to a date range. Returns id, title, amount, date, status and whether a receipt is attached.

Input

search required

Text to search (merchant/description), e.g. "OpenAI". Leave empty to list recent transactions unfiltered.

to optional

Optional inclusive end date ISO (YYYY-MM-DD).

from optional

Optional inclusive start date ISO (YYYY-MM-DD). Filters on the transaction's finished date.

Output

count required
transactions required

FAQ

Search a Wise profile's transactions by merchant/name (server-side), optionally narrowed to a date range. Returns id, title, amount, date, status and whether a receipt is attached.
Required: search. Optional: to, from.
It returns count, transactions.
Yes. It acts as you on wise.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the wise.com cookies saved by the Reduck extension.
It only reads. It looks things up on wise.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/wise.com/search_transactions, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/wise.com/search_transactions
It is part of Reduck's official curated catalogue.

Start building not clicking