wise
Wise API client for fetching transactions and account data
Quick Install
npm install @openpets/wise pnpm add @openpets/wise Required Environment Variables
-
WISE_API_TOKENYour Wise API token from https://wise.com/your-account/integrations-and-tools/api-tokens
Available Tools (5)
These tools are available when you install the wise plugin in your AI assistant.
get-profiles
Get all Wise profiles associated with the API token
get-balances
Get account balances for a Wise profile
get-transactions
Get transactions for a Wise profile with optional filters
get-exchange-rate
Get current exchange rate between two currencies
get-spending-summary
Get spending summary with breakdown by category, month, or counterparty
Example Queries
list all transactions show my account balances get exchange rate from USD to EUR show spending summary for last month Usage Scenarios
transaction management
- 1
list all recent transactions - 2
get transaction details for ID 12345 - 3
search for transactions with merchant name - 4
show transactions for last 30 days
balance workflow
- 1
show all account balances - 2
get balance for EUR account - 3
check total available funds - 4
view balance conversion options
exchange rates
- 1
get current exchange rate from USD to EUR - 2
create quote for converting 1000 USD to GBP - 3
check exchange rates for multiple currencies - 4
compare rates between different currency pairs
Optional Configuration
| Variable | Description |
|---|---|
WISE_PROFILE_ID | Your Wise profile ID (can be retrieved using getProfiles()). Setting this allows methods to work without specifying profileId parameter. |
WISE_SANDBOX | Set to 'true' to use the Wise sandbox environment for testing (default: false) |
Use wise with Your AI Assistant
This open source plugin works with OpenCode-compatible AI assistants including ChatGPT, Claude, Perplexity, and other LLM-powered coding tools. Install the plugin and start using natural language to interact with wise.
Related Plugins
crypto
Kraken cryptocurrency exchange integration - trade, check balances, manage orders, and access market data
polar
Polar API integration for OpenCode - manage products, customers, and orders
trader
Alpaca Trading API plugin for OpenCode - stock trading, portfolio management, and market data