{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dirtroad-dev-tools-web3-evm-eth-get-balance",
  "title": "Dirt Road \u00b7 EVM Address Balance Lookup",
  "url": "https://api.dirtroad.dev/tools/web3/evm/eth-get-balance",
  "category": "data",
  "summary": "Fetch the native token balance of any EVM address in wei, with CAIP-12 chain identification.",
  "seo": {
    "title": "x402 API: EVM Wallet Balance in Wei",
    "description": "Query native cryptocurrency balance of any Ethereum address on specified EVM chains. Returns balance in wei as hex string. x402 micropayment on Base."
  },
  "use_cases": [
    "Verify wallet funding before transaction execution",
    "Monitor address balances across multiple EVM chains",
    "Check account solvency for automated trading decisions"
  ],
  "ideal_buyer": "DeFi agents and trading bots needing fast, chain-agnostic balance verification for EVM addresses.",
  "example_prompt": "Get the current ETH balance of 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb on Ethereum mainnet.",
  "example_request_body": {
    "chain": "eip155:1",
    "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
    "blockTag": "latest"
  },
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.003,
    "median_category_atomic": 30000
  },
  "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 native cryptocurrency balance of an Ethereum address on a specified blockchain network. Returns the balance in wei (smallest unit) as a hex string. Useful for checking wallet balances, verifying account funds, and monitoring address activity across different blockchains.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "chain": {},
            "address": {},
            "blockTag": {}
          }
        },
        "output": {
          "type": "object",
          "required": [
            "chain",
            "address",
            "blockTag",
            "balance"
          ],
          "properties": {
            "chain": {
              "type": "string",
              "description": "CAIP-12 chain identifier"
            },
            "address": {
              "type": "string",
              "description": "Address queried"
            },
            "balance": {
              "type": "string",
              "description": "Balance in wei as hex string"
            },
            "blockTag": {
              "type": "string",
              "description": "Block tag used"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-ecdf872d1aad",
  "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-balance",
    "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-balance",
    "name": "Dirt Road \u00b7 EVM Address Balance Lookup",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-get-balance",
      "@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-balance",
    "@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-balance",
    "description": "Query native cryptocurrency balance of any Ethereum address on specified EVM chains. Returns balance in wei as hex string. x402 micropayment on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-get-balance",
      "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-balance"
}
