{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
  "title": "Arumam \u00b7 Scam Address Detector",
  "url": "https://onchain-reputation-agent.arumam.engineer/entrypoints/scam_detector/invoke",
  "category": "tools",
  "summary": "Check if a blockchain address is flagged as scam or phishing across security feeds.",
  "seo": {
    "title": "On-Chain Scam Detector API | x402 Security Check",
    "description": "Detect scam and phishing addresses on Base via Arumam x402. 0.01 USDC per call. Returns boolean result with confidence score and threat intelligence evidence."
  },
  "use_cases": [
    "Validate recipient addresses before transaction execution",
    "Screen smart contracts for known malicious patterns",
    "Integrate threat intelligence into wallet security flows"
  ],
  "ideal_buyer": "Security-focused agents and wallets that need to verify address reputation before executing transfers or contract interactions.",
  "example_prompt": "Check if address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e is flagged as a scam.",
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x892e4feed0128f11d486fd451aff4a78171c8748",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Quick binary check for scam/phishing addresses. Detects if an address is flagged as scam across multiple security feeds and threat intelligence sources. Returns boolean result with evidence and confidence score. Use 'quick' mode for <1s response or 'deep' mode for thorough contract analysis.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "address"
              ],
              "properties": {
                "address": {
                  "type": "string",
                  "description": "EVM wallet or contract address to check for scam indicators"
                },
                "chain_scope": {
                  "type": "array",
                  "items": {
                    "enum": [
                      "ethereum",
                      "base",
                      "bsc",
                      "polygon",
                      "arbitrum",
                      "optimism"
                    ],
                    "type": "string"
                  },
                  "description": "Optional chains to analyze (default: [\"ethereum\", \"base\", \"bsc\"])"
                },
                "check_depth": {
                  "enum": [
                    "quick",
                    "deep"
                  ],
                  "type": "string",
                  "description": "Check mode: \"quick\" (blacklist only, ~1s) or \"deep\" (includes contract analysis, ~3-5s)"
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "is_scam",
              "is_suspicious",
              "confidence_score",
              "scam_type",
              "evidence",
              "recommendations"
            ],
            "properties": {
              "is_scam": {
                "type": "boolean",
                "description": "True if confirmed scam"
              },
              "evidence": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "source",
                    "reason",
                    "severity"
                  ],
                  "properties": {
                    "reason": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "severity": {
                      "enum": [
                        "critical",
                        "high",
                        "medium",
                        "low"
                      ],
                      "type": "string"
                    },
                    "flagged_date": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "description": "Evidence from security feeds"
              },
              "scam_type": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Detected scam types (e.g., \"phishing_contract\", \"honeypot\", \"rug_pull\")"
              },
              "is_suspicious": {
                "type": "boolean",
                "description": "True if suspicious but not confirmed scam"
              },
              "recommendations": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Action suggestions based on detection results"
              },
              "confidence_score": {
                "type": "number",
                "maximum": 100,
                "minimum": 0,
                "description": "Confidence level (0-100)"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "ai-cl-a1af0dde3693",
  "origin": {
    "slug": "onchain-reputation-agent-arumam-engineer",
    "host": "onchain-reputation-agent.arumam.engineer",
    "url": "https://onchain-reputation-agent.arumam.engineer"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
    "url": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
    "name": "Arumam \u00b7 Scam Address Detector",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://onchain-reputation-agent.arumam.engineer/entrypoints/scam_detector/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/onchain-reputation-agent-arumam-engineer",
      "url": "https://onchain-reputation-agent.arumam.engineer",
      "name": "onchain-reputation-agent.arumam.engineer",
      "@type": "Organization"
    },
    "identifier": "onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
    "description": "Detect scam and phishing addresses on Base via Arumam x402. 0.01 USDC per call. Returns boolean result with confidence score and threat intelligence evidence.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=onchain-reputation-agent-arumam-engineer-entrypoints-scam-detector-invoke"
}
