Wise

api.wise.com

Community

Wise (formerly TransferWise) is an international money transfer platform. It lets you create quotes for currency exchanges, set up recipients, initiate transfers, and manage multi-currency balances at the real mid-market exchange rate.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.wise.com

Crawl failures

1

Last verified

2026-03-01T11:55:15.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_quote

Create a quote for an international money transfer, specifying source and target currencies and the amount to send or receive.

Detail: https://api.wise.com/capabilities/create_quote

create_recipient

Create a recipient (beneficiary) account with their banking details, so you can send money to them.

Detail: https://api.wise.com/capabilities/create_recipient

create_transfer

Initiate a money transfer based on an existing quote and a recipient account. This creates the transfer but does not fund it.

Detail: https://api.wise.com/capabilities/create_transfer

fund_transfer

Fund an existing transfer from your Wise multi-currency balance, completing the payment process.

Detail: https://api.wise.com/capabilities/fund_transfer

get_balance

Retrieve the balances across all currencies in a Wise multi-currency account, including available and reserved amounts.

Detail: https://api.wise.com/capabilities/get_balance

get_exchange_rate

Retrieve current or historical exchange rates between two currencies at the real mid-market rate.

Detail: https://api.wise.com/capabilities/get_exchange_rate

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Wise
Description: Wise (formerly TransferWise) is an international money transfer platform. It lets you create quotes for currency exchanges, set up recipients, initiate transfers, and manage multi-currency balances at the real mid-market exchange rate.
Auth: api_key
Capabilities:
  - create_quote: Create a quote for an international money transfer, specifying source and target currencies and the amount to send or receive.
  - create_recipient: Create a recipient (beneficiary) account with their banking details, so you can send money to them.
  - create_transfer: Initiate a money transfer based on an existing quote and a recipient account. This creates the transfer but does not fund it.
  - fund_transfer: Fund an existing transfer from your Wise multi-currency balance, completing the payment process.
  - get_balance: Retrieve the balances across all currencies in a Wise multi-currency account, including available and reserved amounts.
  - get_exchange_rate: Retrieve current or historical exchange rates between two currencies at the real mid-market rate.