Abstract API · JSON Structure

Ip Intelligence Currency Info Structure

CurrencyInfo schema from Abstract API ip-intelligence

Type: object Properties: 3
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

CurrencyInfo is a JSON Structure definition published by Abstract API, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name iso_code symbol

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-structure/ip-intelligence-currency-info-structure.json",
  "name": "CurrencyInfo",
  "description": "CurrencyInfo schema from Abstract API ip-intelligence",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "US Dollar"
    },
    "iso_code": {
      "type": "string",
      "example": "USD"
    },
    "symbol": {
      "type": "string",
      "example": "$"
    }
  }
}