Currency codes by country
Last updated
Was this helpful?
GET https://app.ecwid.com/api/v3/{storeId}/currencyByCountry?countryCode=US&lang=en
Your app doesn't need any specific access scopes to make this request.
All path params are required.
storeId
number
Ecwid store ID.
Some query params are required.
lang
string
Language ISO code for translations in JSON response, e.g. en, fr.
If not specified, response will be in English.
countryCode
string
Country code in ISO 639-1. Required
The Authorization header is optional. Request works the same way with or without access token.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON array of objects with the following fields:
countryCode
string
Two-digit country code in ISO 639-1 format.
currencyCode
string
Three-digit currency code in ISO 4217 format.
currencyName
string
Currency name in specified language
prefix
string
Currency prefix symbol
suffix
string
Currency suffix symbol
decimalPlaces
string
Quantity of decimal places for currency subunit
Last updated
Was this helpful?
Was this helpful?
