Censys · JSON Structure

Asset Graph Nodeinfov2 Structure

NodeInfoV2 schema from Asset Graph API

Type: object Properties: 15
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

NodeInfoV2 is a JSON Structure definition published by Censys, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

decimals features is_healthy latest_milestone latest_uncommitted_milestone name network_name protocol_version subunit supported_protocol_versions ticker_symbol token_name token_supply unit version

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/censys/refs/heads/main/json-structure/asset-graph-nodeinfov2-structure.json",
  "name": "NodeInfoV2",
  "description": "NodeInfoV2 schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "decimals": {
      "type": "int64"
    },
    "features": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "is_healthy": {
      "type": "boolean"
    },
    "latest_milestone": {
      "type": "int64"
    },
    "latest_uncommitted_milestone": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "network_name": {
      "type": "string"
    },
    "protocol_version": {
      "type": "int64"
    },
    "subunit": {
      "type": "string"
    },
    "supported_protocol_versions": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "int64"
      }
    },
    "ticker_symbol": {
      "type": "string"
    },
    "token_name": {
      "type": "string"
    },
    "token_supply": {
      "type": "string"
    },
    "unit": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}