IpForensics
HomeGoto Dashboard
  • 📖Introduction
  • Protocols
    • HTTP Json Protocol
    • Response headers
    • Error Codes
  • Features
    • Pay-As-You-Go
    • API Security
    • HTTPS
  • Api Response Data
    • 📶Mobile Carrier
    • 🏥ASN
    • 📊General
    • ⏲️Timezone
    • 💵Currency
    • 👨‍💻Threat Detector
    • 🌐Company
    • 🌏Geolocation
    • 🌍Advance Geolocation
    • 💻Device Information
    • ✈️IATA/ICAO
  • API
    • 🚀Intro
    • 📊IP & Threat Intelligence API
      • Single Lookup
      • Origin Lookup
    • 💹Exchange Rate API
      • Currency Endpoint
      • Live Rate Endpoint
      • Historical Rate Endpoint
      • Currency Conversion Endpoint
      • Currency Swap Endpoint
  • Code Implantation
    • Block Automated Visits From Hosting Providers
    • Block VPN/Proxy and Tor users
    • Redirect by Country and Location Offers
    • Content Personalisation
    • Get the location from an IP Address in Javascript
    • How to get a client's IP address using JavaScript
    • HTML5 Geolocation with IpForensics fallback
    • Blocking Users by Country
    • Detecting Users Currency or Currency Personalisation
    • Preventing Free Trial Abuse
    • Device-Based Ads and App Binary
    • Detect Users Device/Computer and Operating System
    • Detect visitors from EU countries
    • How to detect and prevent credit card fraud
    • How to convert amounts to website visitor currency
  • MISC
    • Changelog
    • FAQs
    • Troubleshooting
    • API Status
    • Rate Limits
Powered by GitBook
On this page

Was this helpful?

  1. Api Response Data

Currency

PreviousTimezoneNextThreat Detector

Last updated 2 years ago

Was this helpful?

We help you personalize your ecommerce pages and accept payment with the user's home currency.

Sample Response

"currency": {
    "code": "NGN",
    "name": "Nigerian Naira",
    "name_native": "Nigerian Naira",
    "plural": "Nigerian nairas",
    "plural_native": "Nigerian nairas",
    "symbol": "NGN",
    "symbol_native": "₦"
},
Field
Description

code

The 3-letter currency code.

name

The name of the currency in US locale.

name_native

The name of the currency in native locale based on detected location and primary language

plural

The plural name of the given currency in NG locale.

plural_native

The plural name of the given currency in native locale based on detected location and primary language.

symbol

The symbol of the given currency.

💵
ISO 4217