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.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/currency_converter/v1/currenciesWas this helpful?
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.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/currency_converter/v1/currencies/amounts/{from}/convert/{to}Was this helpful?
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.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/currency_converter/v1/currencies/rate/{from}/convert/{to}Was this helpful?