Currency
ipdata helps you personalize your ecommerce pages with the user's home currency.
Example Request
curl "https://api.ipdata.co/203.100.0.51/currency?api-key=<<apiKey>>"ipdata 203.100.0.51 -f currencySample Response
{
"name": "Australian Dollar",
"code": "AUD",
"symbol": "AU$",
"native": "$",
"plural": "Australian dollars"
}Data Fields
| name | The singular name of the currency |
|---|---|
| code | The ISO 4217 currency code |
| symbol | The symbol of the currency |
| native | The native symbol of the currency |
| plural | The plural version of the currency. For example; US dollars, Australian dollars, Euros |
Updated 12 days ago