{"uid":"cap_tLEA8DvrgwCPqJQgSZrZ9","slug":"chain-openverbs-com-transaction-receipt-lookup-cc4a67c2","name":"chain.openverbs.com Transaction Receipt Lookup","description":"Live transaction receipt by hash via `eth_getTransactionReceipt`: success/failed status, block number, from/to, created contract address, gas used, cumulative gas, effective gas price (wei + gwei), tx type and the emitted event logs (capped). Complements `tx` (which reads the transaction itself). Returns `found:false` for unknown/pending hashes. Reads live on-chain data with automatic endpoint fallback.","url":"https://chain.openverbs.com/v1/receipt","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","properties":{"hash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$","description":"32-byte transaction hash."},"chain":{"enum":["ethereum","base","arbitrum","optimism","polygon"],"type":"string","description":"EVM chain to query. One of: ethereum, base, arbitrum, optimism, polygon. Default \"ethereum\"."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"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_i00B5j2YBlMIsF-dwTQZc","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 a live Ethereum/EVM transaction receipt by hash, returning status, gas usage, logs, block info, and contract address if created","exampleAgentPrompt":"Can you check the receipt for Ethereum transaction 0x4e8d8f3b2a1c9d7e6f0a5b4c3d2e1f0a9b8c7d6e5f4a3b2c1d0e9f8a7b6c5d4e3f2 — did it succeed, and how much gas did it actually use?","exampleUseCases":[{"title":"Confirm DeFi swap landed on-chain","prompt":"I just submitted a token swap on Base — the tx hash is 0xabc123...def456. Can you pull the receipt and tell me if it succeeded and what block it confirmed in?"},{"title":"Verify smart contract deployment address","prompt":"I deployed a contract on Ethereum and the hash is 0x9f8e7d6c5b4a3f2e1d0c9b8a7f6e5d4c3b2a1f0e. Can you fetch the receipt and tell me the address the contract was deployed to?"},{"title":"Audit gas costs for a transaction","prompt":"For Arbitrum transaction 0x1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b, what was the effective gas price paid and total gas used?"}],"resultDescription":"Returns a JSON object with found:true/false. When found, includes: success/failed status, block number, from and to addresses, contract address if a deployment, gas used, cumulative gas used, effective gas price in wei and gwei, transaction type, and an array of emitted event logs (capped). Returns found:false for unknown or still-pending transaction hashes.","failureModes":["Unknown or pending hash returns found:false rather than an error","Invalid hash format (not 0x + 64 hex chars) rejected by schema validation","Unsupported chain name returns a validation error","Network or RPC endpoint unavailability may cause delayed or failed reads despite automatic fallback","Event log array may be capped if the transaction emitted a large number of logs"],"whenToPreferThis":"Use this endpoint when you need post-execution confirmation data — whether a transaction succeeded, exactly how much gas was consumed, what events were emitted, or the address of a newly deployed contract. Prefer this over the sibling `tx` endpoint (which reads the raw transaction itself) when you need execution results rather than the original call parameters. Supports Ethereum, Base, Arbitrum, Optimism, and Polygon with automatic RPC fallback for reliability.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:42:12.731Z","isFirstParty":false}