{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dirtroad-dev-tools-web3-evm-eth-send-raw-transaction",
  "title": "Dirt Road \u00b7 EVM Raw Transaction Broadcast",
  "url": "https://api.dirtroad.dev/tools/web3/evm/eth-send-raw-transaction",
  "category": "finance",
  "summary": "Submit a pre-signed EVM transaction in hex format to the blockchain network for execution, returning the transaction hash for tracking.",
  "seo": {
    "title": "EVM Raw Transaction Broadcast API | x402 | Dirt Road",
    "description": "Broadcast pre-signed EVM transactions to any supported chain. Submit hex-encoded signed transactions and receive transaction hash. $0.0001 USDC on Base."
  },
  "use_cases": [
    "Broadcast token transfers without managing node infrastructure",
    "Execute contract interactions with offline-signed transactions",
    "Submit DeFi transactions from air-gapped signing workflows"
  ],
  "ideal_buyer": "Wallet applications, custody solutions, and DeFi protocols needing reliable transaction broadcast without node management overhead.",
  "example_prompt": "Broadcast this signed transaction to Ethereum mainnet: 0xf86c808504a817c80082520894...",
  "example_request_body": {
    "chain": "eip155:1",
    "signedTransaction": "0xf86c808504a817c80082520894..."
  },
  "risk_notes": [],
  "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": "Broadcast a signed transaction to the blockchain network for execution. Accepts a pre-signed transaction in hex format and submits it to miners/validators. Returns the transaction hash for tracking. Essential for executing any blockchain transaction including token transfers, contract interactions, and DeFi operations.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "chain": {},
            "signedTransaction": {}
          }
        },
        "output": {
          "type": "object",
          "required": [
            "chain",
            "transactionHash"
          ],
          "properties": {
            "chain": {
              "type": "string",
              "description": "CAIP-12 chain identifier"
            },
            "transactionHash": {
              "type": "string",
              "description": "Transaction hash"
            }
          }
        }
      }
    }
  ],
  "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-send-raw-transaction",
    "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-send-raw-transaction",
    "name": "Dirt Road \u00b7 EVM Raw Transaction Broadcast",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dirtroad-dev-tools-web3-evm-eth-send-raw-transaction",
      "@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-send-raw-transaction",
    "@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-send-raw-transaction",
    "description": "Broadcast pre-signed EVM transactions to any supported chain. Submit hex-encoded signed transactions and receive transaction hash. $0.0001 USDC on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-send-raw-transaction",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-dirtroad-dev-tools-web3-evm-eth-send-raw-transaction"
}
