GetList Currencies

Returns all currencies currently supported by Wix.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Currencies
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/currency_converter/v1/currencies

Was this helpful?
Yes
No

PostConvert Currency

Returns a list of converted amounts, from the original (from) currency to the target (to) currency.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Currencies
Learn more about permission scopes.
Endpoint
POST
https://www.wixapis.com/currency_converter/v1/currencies/amounts/{from}/convert/{to}

Was this helpful?
Yes
No

GetGet Conversion Rate

Returns the conversion rate between 2 currencies.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Currencies
Learn more about permission scopes.
Endpoint
GET
https://www.wixapis.com/currency_converter/v1/currencies/rate/{from}/convert/{to}

Was this helpful?
Yes
No