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.
Security
UserToken
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
- Production Environmenthttps://api.wise.com/2026Q3/borderless-accounts-configuration/profiles/{profileId}/available-currencies
- Sandbox Environmenthttps://api.wise-sandbox.com/2026Q3/borderless-accounts-configuration/profiles/{profileId}/available-currencies
curl -i -X GET \
'https://api.wise.com/2026Q3/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.
Headers
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Array []
string
3-letter currency code (e.g. EUR, GBP, USD).
Response
[ "EUR", "GBP", "USD" ]