{
  "x402Version": 2,
  "id": 15486,
  "slug": "15486",
  "resource": "https://agent-budget-guard.onrender.com/api/budget/check",
  "description": "Check budget and approve/deny AI agent spending with x402 payment verification",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x60c402878EfcEcAe5733A88075328Aa2320C39BE",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "action_type": "x402_payment",
            "agent_id": "agent_001",
            "currency": "USDC",
            "requested_amount": 0.03,
            "target_api": "https://example.com/api/paid"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "allow": true,
            "approval_required": false,
            "audit_status": "ready",
            "next_recommended": "proceed_with_x402_payment",
            "remaining_budget": 0.97,
            "risk_level": "low"
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "allow": {
            "type": "boolean"
          },
          "approval_required": {
            "type": "boolean"
          },
          "audit_status": {
            "type": "string"
          },
          "next_recommended": {
            "type": "string"
          },
          "remaining_budget": {
            "type": "number"
          },
          "risk_level": {
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent-budget-guard.onrender.com",
  "lastUpdated": "2026-08-30T15:57:23.421Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T15:57:23.172Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent-budget-guard.onrender.com",
    "manifest_name": "agent-budget-guard.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}