Cars
Retrieve currencies

Currencies

It returns the list of the supported currencies and the currency symbol associated.

curl https://api.teslahunt.io/cars/currencies \
  --header 'x-api-key: YOUR_TOKEN'
 
# {
#   "AUD": "$",
#   "CAD": "$",
#   "CHF": "₣",
#   "CZK": "Kč",
#   "DKK": "kr",
#   "EUR": "€",
#   "GBP": "£",
#   "HRK": "kn",
#   "HUF": "Ft",
#   "ISK": "kr",
#   "JPY": "¥",
#   "MXN": "$",
#   "NOK": "kr",
#   "PLN": "zł",
#   "PRI": "$",
#   "RON": "lei",
#   "SEK": "kr",
#   "USD": "$"
# }

The currency is represented by ISO 3166-1 alpha-3 (opens in a new tab) format.