{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
  "title": "Arumam \u00b7 Onchain Reputation Check",
  "url": "https://onchain-agent.arumam.engineer/entrypoints/check_reputation/invoke",
  "category": "finance",
  "summary": "Assess onchain reputation and risk scores for wallets and contracts across multiple blockchains.",
  "seo": {
    "title": "Onchain Wallet Reputation API - x402 Risk Analysis",
    "description": "Analyze wallet and contract reputation across chains via x402. 0.02 USDC per call. Base network. Risk scoring and trust metrics."
  },
  "use_cases": [
    "Calculate wallet trust scores",
    "Identify blacklisted or risky addresses",
    "Analyze transaction patterns and creator history"
  ],
  "ideal_buyer": "DeFi protocols, exchanges, and compliance tools requiring cross-chain reputation analysis.",
  "example_prompt": "Check the reputation and risk score for wallet 0x... across Ethereum, Base, and Arbitrum",
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2,
    "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": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Analyze risk and trust score of a wallet or contract address across multiple chains",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "address"
              ],
              "properties": {
                "address": {
                  "type": "string",
                  "description": "Wallet or contract address to analyze (must be a valid EVM address)"
                },
                "chain_scope": {
                  "type": "array",
                  "items": {
                    "enum": [
                      "ethereum",
                      "base",
                      "bsc",
                      "polygon",
                      "arbitrum",
                      "optimism"
                    ],
                    "type": "string"
                  },
                  "description": "List of EVM chains to scan (default: [\"ethereum\",\"base\",\"bsc\"]). Supported: ethereum, base, bsc, polygon, arbitrum, optimism"
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "score",
              "risk_level",
              "tags",
              "details",
              "recommendation",
              "source_refs"
            ],
            "properties": {
              "tags": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Flags or labels detected from analysis"
              },
              "score": {
                "type": "number",
                "maximum": 100,
                "minimum": 0,
                "description": "Risk score (0-100) \u2014 higher is safer"
              },
              "details": {
                "type": "object",
                "properties": {
                  "first_tx": {
                    "type": "string"
                  },
                  "total_txs": {
                    "type": "number"
                  },
                  "flagged_by": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "blacklisted_on": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "creator_wallet": {
                    "type": "string"
                  },
                  "cross_chain_tx": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "scam_contracts": {
                    "type": "number"
                  },
                  "deployment_date": {
                    "type": "string"
                  },
                  "average_tx_value": {
                    "type": "string"
                  },
                  "onchain_activity": {
                    "type": "string"
                  },
                  "tx_volume_usd_7d": {
                    "type": "number"
                  },
                  "last_active_chain": {
                    "type": "string"
                  },
                  "interacted_wallets": {
                    "type": "number"
                  },
                  "verified_contracts": {
                    "type": "number"
                  },
                  "interacted_suspicious_contracts": {
                    "type": "number"
                  }
                },
                "description": "Contextual metadata about onchain behavior",
                "additionalProperties": false
              },
              "risk_level": {
                "enum": [
                  "low",
                  "medium",
                  "high"
                ],
                "type": "string",
                "description": "Risk classification: \"low\", \"medium\", or \"high\""
              },
              "source_refs": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "List of data sources or oracles used in analysis"
              },
              "recommendation": {
                "type": "string",
                "description": "Human-readable suggestion for user or agent"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "ai-cl-cc4a663e1e49",
  "origin": {
    "slug": "onchain-agent-arumam-engineer",
    "host": "onchain-agent.arumam.engineer",
    "url": "https://onchain-agent.arumam.engineer"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "url": "https://x402all.com/resource/onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "name": "Arumam \u00b7 Onchain Reputation Check",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://onchain-agent.arumam.engineer/entrypoints/check_reputation/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/onchain-agent-arumam-engineer",
      "url": "https://onchain-agent.arumam.engineer",
      "name": "onchain-agent.arumam.engineer",
      "@type": "Organization"
    },
    "identifier": "onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
    "description": "Analyze wallet and contract reputation across chains via x402. 0.02 USDC per call. Base network. Risk scoring and trust metrics.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=onchain-agent-arumam-engineer-entrypoints-check-reputation-invoke"
}
