{"uid":"cap_hFHdaPtjPmgOl9tIp5AmH","slug":"evm-transaction-receipt-lookup-60990ed7","name":"EVM Transaction Receipt Lookup","description":"Retrieve a real transaction receipt with execution status, gas consumption, contract creation address, bloom, and complete event logs.","url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/evm_receipt","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["transaction_hash"],"properties":{"chain":{"type":"string","description":"base, ethereum, or arbitrum; defaults to base."},"transaction_hash":{"type":"string","description":"32-byte 0x-prefixed transaction hash."}},"additionalProperties":true}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["success","network","receipt"],"properties":{"network":{"type":"string"},"receipt":{"type":"object","required":["transaction_hash","status","successful","gas_used","logs"],"properties":{"logs":{"type":"array","items":{}},"status":{"type":"integer"},"gas_used":{"type":"string"},"successful":{"type":"boolean"},"transaction_hash":{"type":"string"}},"additionalProperties":true},"success":{"type":"boolean"}},"additionalProperties":true}}}}},"responseSchema":{"type":"json","example":{"network":"base","receipt":{"logs":[],"status":1,"gas_used":"46218","successful":true,"transaction_hash":"0x91698c8339b23372096c31fe065bfa0a73988d1b5969447986b3b1b3a7960d06"},"success":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_x9gv8RomGV3LrcELa-Nra","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches the on-chain receipt for a given EVM transaction hash, including status, gas used, and event logs, across Base, Ethereum, or Arbitrum.","exampleAgentPrompt":"Can you check whether the transaction 0x91698c8339b23372096c31fe065bfa0a73988d1b5969447986b3b1b3a7960d06 was successful on Base and tell me how much gas it used?","exampleUseCases":[{"title":"Confirm USDC payment landed on Base","prompt":"I just sent a USDC payment and got back hash 0x91698c8339b23372096c31fe065bfa0a73988d1b5969447986b3b1b3a7960d06 — can you check the Base chain and confirm it actually went through?"},{"title":"Audit gas cost for Ethereum transaction","prompt":"Look up the receipt for transaction 0xabc123...def456 on Ethereum and tell me the exact gas used so I can log it in our cost spreadsheet."},{"title":"Debug failed Arbitrum smart contract call","prompt":"My smart contract call on Arbitrum seems to have failed — can you pull the receipt for tx hash 0xdeadbeef...cafebabe and show me the status and any event logs so I can figure out what went wrong?"}],"resultDescription":"Returns a JSON object with a success boolean, the network name, and a receipt object containing the transaction hash, integer status code (1 = success, 0 = failure), a boolean successful flag, gas_used as a string, and an array of event logs emitted by the transaction.","failureModes":["Invalid or malformed transaction hash returns an error","Transaction hash not found on the specified chain returns no receipt","Unsupported chain value returns a validation error","Network RPC timeout or node unavailability may cause delayed or failed responses","Omitting required transaction_hash parameter returns a 400-level error"],"whenToPreferThis":"Choose this endpoint when you need a quick, pay-per-use lookup of an EVM transaction receipt without managing your own RPC node or blockchain SDK. It is ideal for AI agents confirming payment finality, auditing gas costs, or debugging failed transactions on Base, Ethereum, or Arbitrum with a simple HTTP GET and micro-USDC billing via x402.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:55:53.221Z","isFirstParty":false}