{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dirtroad-dev-tools-web3-evm-eth-get-logs",
  "title": "Dirt Road \u00b7 EVM Event Log Query",
  "url": "https://api.dirtroad.dev/tools/web3/evm/eth-get-logs",
  "category": "data",
  "summary": "Retrieve filtered EVM event logs by contract address, topics, and block ranges for on-chain monitoring and analytics.",
  "seo": {
    "title": "EVM Event Logs API | eth_getLogs x402 on Base",
    "description": "Query EVM event logs with filter criteria via x402. Pay 0.0001 USDC on Base. Monitor smart contract events, transaction activity, and dApp analytics with CAIP-12 chain IDs."
  },
  "use_cases": [
    "Monitor specific smart contract events for DeFi position changes",
    "Build transaction activity dashboards with filtered log streams",
    "Track token transfers and approvals for wallet analytics"
  ],
  "ideal_buyer": "dApp developers, on-chain analysts, and DeFi protocol teams needing granular EVM event log access for monitoring and analytics.",
  "example_prompt": "Get all Transfer events for USDC on Base from block 18000000 to 18001000.",
  "example_request_body": {
    "chain": "eip155:8453",
    "filter": {
      "topics": [
        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
      ],
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "toBlock": "0x112AC50",
      "fromBlock": "0x112A880"
    }
  },
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.005,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x71dc0bc68e7f0e2c5aace661b0f3fb995a80aaf4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Retrieve event logs from the blockchain based on filter criteria. Essential for monitoring smart contract events, transaction activity, and dApp analytics. Supports filtering by contract address, event topics, and block ranges.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "chain": {},
            "filter": {}
          }
        },
        "output": {
          "type": "object",
          "required": [
            "chain",
            "filter",
            "logs"
          ],
          "properties": {
            "logs": {
              "type": "array",
              "description": "Array of event log objects matching the filter criteria"
            },
            "chain": {
              "type": "string",
              "description": "CAIP-12 chain identifier"
            },
            "filter": {
              "type": "object",
              "description": "Filter criteria used for the query"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-dac20f0d00d8",
  "origin": {
    "slug": "api-dirtroad-dev",
    "host": "api.dirtroad.dev",
    "url": "https://api.dirtroad.dev",
    "favicon": "https://dirtroad.dev/mintlify-assets/_mintlify/favicons/dirtroaddev/hL1CxJhINP8GaPGW/_generated/favicon/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-logs",
    "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-logs",
    "name": "Dirt Road \u00b7 EVM Event Log Query",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-logs",
      "@type": "Offer",
      "price": "0.0001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.000100",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.dirtroad.dev/tools/web3/evm/eth-get-logs",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-dirtroad-dev",
      "url": "https://api.dirtroad.dev",
      "name": "api.dirtroad.dev",
      "@type": "Organization"
    },
    "identifier": "api-dirtroad-dev-tools-web3-evm-eth-get-logs",
    "description": "Query EVM event logs with filter criteria via x402. Pay 0.0001 USDC on Base. Monitor smart contract events, transaction activity, and dApp analytics with CAIP-12 chain IDs.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-get-logs",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-get-logs"
}
