{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-actiongate-xyz-v1-risk-score",
  "title": "ActionGate \u00b7 Pre-Execution Risk Score",
  "url": "https://api.actiongate.xyz/v1/risk-score",
  "category": "finance",
  "summary": "Calculate risk scores for proposed actions before execution, analyzing actor reputation and action parameters.",
  "seo": {
    "title": "Action Risk Scoring API - Pre-Transaction Analysis",
    "description": "Score action risk before execution. Pay 0.02 USDC per call for pre-transaction risk assessment on Base."
  },
  "use_cases": [
    "Score transaction risk before execution",
    "Assess smart contract interaction safety",
    "Evaluate actor reputation for fraud prevention"
  ],
  "ideal_buyer": "DeFi protocols and wallets requiring pre-transaction risk assessment to protect users from malicious actions.",
  "example_prompt": "Score the risk of this swap transaction: 1000 USDC to WETH on Uniswap v3 from wallet 0xabc...",
  "example_request_body": {
    "actor": {
      "actor_id": "user_123",
      "wallet_address": "0xabc..."
    },
    "action": {
      "amount": "1000",
      "target": "WETH",
      "network": "base",
      "action_type": "swap",
      "asset_symbol": "USDC"
    }
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xca2bedad2272a4cba334be11e833bf8b8efb5a60",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Score action risk before execution.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "actor",
              "action"
            ],
            "properties": {
              "actor": {
                "type": "object",
                "required": [
                  "actor_id"
                ],
                "properties": {
                  "actor_id": {
                    "type": "string"
                  },
                  "wallet_address": {
                    "type": "string"
                  }
                },
                "additionalProperties": false
              },
              "action": {
                "type": "object",
                "required": [
                  "action_type"
                ],
                "properties": {
                  "amount": {
                    "type": "string"
                  },
                  "target": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "action_type": {
                    "type": "string"
                  },
                  "asset_symbol": {
                    "type": "string"
                  }
                },
                "additionalProperties": true
              },
              "context": {
                "type": "object",
                "additionalProperties": true
              },
              "request_id": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "score": 55,
            "severity": "medium",
            "confidence": 0.81,
            "latency_ms": 35,
            "request_id": "rq_demo_risk",
            "reason_codes": [
              {
                "code": "ELEVATED_AMOUNT",
                "message": "Action amount exceeds medium-risk threshold."
              }
            ],
            "usage_receipt": {
              "currency": "USD",
              "signature": "receipt_signature_redacted",
              "request_id": "rq_demo_risk",
              "units_billed": 1,
              "payment_reference": "pay_rq_demo_risk",
              "price_per_unit_usd": "0.02"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-bd20698b6a99",
  "origin": {
    "slug": "api-actiongate-xyz",
    "host": "api.actiongate.xyz",
    "title": "ActionGate: Paid API and MCP Proxy for Machine Decisions",
    "description": "x402 and Stripe billing proxy for APIs and MCP servers. Offers risk scoring, simulation, and policy gate tools with per-call pricing. Exposes paid tools via HTTP API or remote MCP for AI agents.",
    "url": "https://api.actiongate.xyz",
    "favicon": "https://api.actiongate.xyz/logos/actiongate.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-actiongate-xyz-v1-risk-score",
    "url": "https://x402all.com/resource/api-actiongate-xyz-v1-risk-score",
    "name": "ActionGate \u00b7 Pre-Execution Risk Score",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-actiongate-xyz-v1-risk-score",
      "@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://api.actiongate.xyz/v1/risk-score",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-actiongate-xyz",
      "url": "https://api.actiongate.xyz",
      "name": "ActionGate: Paid API and MCP Proxy for Machine Decisions",
      "@type": "Organization"
    },
    "identifier": "api-actiongate-xyz-v1-risk-score",
    "description": "Score action risk before execution. Pay 0.02 USDC per call for pre-transaction risk assessment on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-actiongate-xyz-v1-risk-score",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-actiongate-xyz-v1-risk-score"
}
