The Wise multi-currency account (MCA) enables users to hold, convert, and fund transfers (single or batches) with balances in up to 56 currencies. Of the 50+ currency balances supported, 10+ come with local account details.
Please refer to our multi-currency account guide for more information on the general use of the endpoints included below.
Please see the Balances APIs for more details.
Lists all currencies that are available for balance accounts. This includes those that can have funds added from external accounts, as well as those that a balance can be held in.
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
- Production Environmenthttps://api.wise.com/v2/borderless-accounts-configuration/profiles/{profileId}/available-currencies
- Sandbox Environmenthttps://api.wise-sandbox.com/v2/borderless-accounts-configuration/profiles/{profileId}/available-currencies
curl -i -X GET \
'https://api.wise.com/v2/borderless-accounts-configuration/profiles/{profileId}/available-currencies' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-External-Correlation-Id: f47ac10b-58cc-4372-a567-0e02b2c3d479'List of currencies available for balance accounts.
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
3-letter currency code (e.g. EUR, GBP, USD).
[ "EUR", "GBP", "USD" ]