Example Request
curl "https://api.ipdata.co/203.100.0.51/currency?api-key=test"
Sample Response
{"name": "Australian Dollar","code": "AUD","symbol": "AU$","native": "$","plural": "Australian dollars"}
Field | Description |
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 |