{
  "seller": "AgentVault Data Market",
  "locale": "zh",
  "resources": [
    {
      "id": "vendor-risk",
      "title": "供应商风险检查",
      "description": "返回某个地址的基础供应商可信评分。",
      "category": "风控",
      "price_atomic": "1000",
      "price_display": "0.001 USDC",
      "endpoint": "/api/premium/vendor-risk",
      "endpoint_with_locale": "/api/premium/vendor-risk?lang=zh",
      "product_url": "/products/vendor-risk?lang=zh"
    },
    {
      "id": "verified-vendors",
      "title": "可信供应商列表",
      "description": "列出适合 Agent 自动小额支付的可信服务商。",
      "category": "目录",
      "price_atomic": "500",
      "price_display": "0.0005 USDC",
      "endpoint": "/api/premium/verified-vendors",
      "endpoint_with_locale": "/api/premium/verified-vendors?lang=zh",
      "product_url": "/products/verified-vendors?lang=zh"
    },
    {
      "id": "agent-budget-report",
      "title": "Agent 预算报告",
      "description": "返回某个任务或 Agent 的模拟预算消耗概览。",
      "category": "报告",
      "price_atomic": "2000",
      "price_display": "0.002 USDC",
      "endpoint": "/api/premium/agent-budget-report",
      "endpoint_with_locale": "/api/premium/agent-budget-report?lang=zh",
      "product_url": "/products/agent-budget-report?lang=zh"
    }
  ]
}