{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dirtroad-dev-tools-web3-evm-eth-get-storage-at",
  "title": "Dirt Road \u00b7 EVM Storage Slot Reader",
  "url": "https://api.dirtroad.dev/tools/web3/evm/eth-get-storage-at",
  "category": "data",
  "summary": "Retrieve the 32-byte value stored at any specific storage position in an EVM smart contract. Essential for reading contract state variables directly.",
  "seo": {
    "title": "EVM Storage Slot Reader \u2014 Dirt Road x402",
    "description": "Read any smart contract storage slot directly. Returns 32-byte values as hex strings. Essential for contract state analysis and variable inspection."
  },
  "use_cases": [
    "Read private or unexposed contract state variables",
    "Audit contract storage layout and verify deployments",
    "Analyze contract state at specific historical blocks",
    "Debug contract behavior through direct storage inspection"
  ],
  "ideal_buyer": "Smart contract auditors, security researchers, and on-chain analysts requiring direct storage access for contract verification.",
  "example_prompt": "Read the storage at slot 0 for contract 0xA0b86a33E6441E6C7D3D4B8cE7cF2E8d9B4c5A6 on Base at block 15000000.",
  "example_request_body": {
    "chain": "base",
    "address": "0xA0b86a33E6441E6C7D3D4B8cE7cF2E8d9B4c5A6",
    "blockTag": "15000000",
    "position": "0x0"
  },
  "risk_notes": [],
  "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 the value stored at a specific storage position in a smart contract. Returns the 32-byte value at the specified storage slot as a hex string. Essential for reading contract state variables and analyzing contract storage.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "chain": {},
            "address": {},
            "blockTag": {},
            "position": {}
          }
        },
        "output": {
          "type": "object",
          "required": [
            "chain",
            "address",
            "position",
            "blockTag",
            "storageValue"
          ],
          "properties": {
            "chain": {
              "type": "string",
              "description": "CAIP-12 chain identifier"
            },
            "address": {
              "type": "string",
              "description": "Contract address queried"
            },
            "blockTag": {
              "type": "string",
              "description": "Block tag used"
            },
            "position": {
              "type": "string",
              "description": "Storage position queried"
            },
            "storageValue": {
              "type": "string",
              "description": "32-byte storage value as hex string"
            }
          }
        }
      }
    }
  ],
  "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-storage-at",
    "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-storage-at",
    "name": "Dirt Road \u00b7 EVM Storage Slot Reader",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-storage-at",
      "@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-storage-at",
    "@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-storage-at",
    "description": "Read any smart contract storage slot directly. Returns 32-byte values as hex strings. Essential for contract state analysis and variable inspection.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-get-storage-at",
      "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-storage-at"
}
