Wise: Convert Currency
Wise via Parse · Finance
Get the converted amount for a specific send amount between two currencies. Returns the recipient amount after fees, the exchange rate used, and the cheapest payment method combination. Includes potential savings compared to banks when available. API for Wise.com currency conversion, fees, exchange rates, and historical data. Fulfilled by Parse from wise.com.
- b2b-directory
- crypto-web3
- finance
- parse
- platform-key
- wise
- wise-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e12755f4-6de3-4592-9b84-358de36519b2/convert_currency
- Interface artifact
- sha256:eed701852ae61b34307bbdb5a29df6c4041886d6b19c8c679e98ec97775aa1fc
- Manifest digest
- sha256:f13421b152f2478b34db6538f1a2d71d8a763b2c4cc5639a53909b97c2724935
Request fields
- amount (number): Amount to convert in the source currency
- source (string, required): Source currency code (e.g. USD, GBP, EUR): Allowed values: USD, GBP, EUR, AUD, CAD
- target (string, required): Target currency code (e.g. EUR, USD, GBP): Allowed values: EUR, USD, GBP, AUD, CAD
Example queries
- {"amount":"1000","source":"USD","target":"EUR"}