{
  "x402Version": 2,
  "id": 7703,
  "slug": "7703",
  "resource": "https://rtt.phoenix-ai.work/api/v1/classify",
  "description": "Silicon DNA agent identity classification. Analyzes TLS fingerprint, timing jitter, behavioral entropy to classify as HUMAN, LEGIT_AGENT, or MALICIOUS_BOT. Physical-layer NIC fingerprinting.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbb967F16C7f3e9B4c1626680684445d41dBE44Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "hedera:testnet",
      "payTo": "0.0.10366686",
      "asset": "0.0.0",
      "amount": "1000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "headers": {
              "user-agent": "Mozilla/5.0"
            },
            "ip": "1.2.3.4"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "confidence": 0.92,
            "signals": {
              "entropy": 3.2,
              "jitter": "natural",
              "tls_fp": "chrome"
            },
            "verdict": "LEGIT_AGENT"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "headers": {
                    "description": "HTTP request headers to analyze",
                    "type": "object"
                  },
                  "ip": {
                    "description": "Client IP address",
                    "type": "string"
                  }
                }
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "rtt.phoenix-ai.work",
  "lastUpdated": "2026-09-15T19:07:37.333Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T19:07:37.148Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "rtt.phoenix-ai.work",
    "manifest_name": "rtt.phoenix-ai.work",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}