--- title: 'Wise' description: 'International money transfers, multi-currency accounts, and exchange rates via the Wise (TransferWise) API.' --- # Wise International money transfers, multi-currency accounts, and exchange rates via the Wise (TransferWise) API. | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.transferwise.com/v1` | | Authentication | Bearer Token | | Endpoints | 4 | | Connector key | `wise` | ## Using Wise in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Wise** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /v1/profiles](./get_v1_profiles_fintech_listprofiles) | List user profiles | | [POST /v1/quotes](./post_v1_quotes_fintech_createquote) | Create a transfer quote | | [POST /v1/transfers](./post_v1_transfers_fintech_createtransfer) | Create a transfer | | [GET /v1/transfers/{transferId}](./get_v1_transfers_transferid_fintech_gettransfer) | Get transfer details | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.