{
  "format": "delx/intent-card/v1",
  "id": "base-logs-api",
  "intent": "get logs events on base",
  "title": "Base logs API for agents",
  "description": "Bounded eth_getLogs on Base (≤5 block span, ≤50 logs) for $0.002.",
  "keywords": [
    "base logs",
    "eth_getLogs",
    "events base",
    "x402 logs"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/base-logs-api",
  "machine_url": "https://commerce.delx.ai/intents/base-logs-api.json",
  "recommendation": {
    "tool_name": "get_base_logs",
    "service_name": "Delx Base Logs",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/base-logs",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "address": {
          "type": "string"
        },
        "from_block": {
          "type": "string"
        },
        "to_block": {
          "type": "string"
        },
        "topic0": {
          "type": "string"
        }
      },
      "required": [],
      "additionalProperties": false
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-logs -m POST -H 'x-delx-source: intent-card-base-logs-api' --max-amount 0.002 -b '{}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-base-logs-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/base-logs"
  }
}
