{"uid":"cap_2jGgzDux385aN1NTkup__","slug":"onesource-ethereum-transaction-receipt-lookup-e1b3a05e","name":"OneSource Ethereum Transaction Receipt Lookup","description":"Two data families for AI agents: live Ethereum mainnet, Sepolia testnet, and Robinhood Chain RPC reads, plus Deepstate on-chain market data (order books, trades, candles, and analytics). Pay per call or use batch/session mode: USDC on Base via x402, or pathUSD/USDC.e on Tempo via MPP. No API key required to start; a flat-rate monthly subscription is also available.","url":"https://api.onesource.io/api/chain/receipt/%7Bhash%7D","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","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","required":["hash"],"properties":{"hash":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$"}}},"queryParams":{"type":"object","properties":{"network":{"enum":["ethereum","sepolia","robinhood"],"type":"string","default":"ethereum"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","properties":{"result":{"type":["object","null"],"properties":{"logs":{"type":"array","items":{}},"status":{"type":"string"},"gasUsed":{"type":"string"},"blockNumber":{"type":"string"},"transactionHash":{"type":"string"},"effectiveGasPrice":{"type":"string"}}}},"description":"Endpoint-specific response payload"},"meta":{"type":"object","required":["endpoint","request_id"],"properties":{"endpoint":{"type":"string"},"cost_usdc":{"type":"string"},"request_id":{"type":"string"},"payment_chain":{"type":"string"},"payment_token":{"type":"string"}}},"error":{"type":["object","null"],"properties":{"code":{"type":"integer"},"message":{"type":"string"}}}}}}}}},"responseSchema":{"type":"json","example":{"data":{"result":{"logs":[],"status":"0x1","gasUsed":"0x5208","blockNumber":"0x133da1e","transactionHash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","effectiveGasPrice":"0x3b9aca00"}},"meta":{"endpoint":"/api/chain/receipt/{hash}","cost_usdc":"0.001","request_id":"00000000abcdef01","payment_chain":"base","payment_token":"USDC"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_B2MgONf5qiut79ssmQ9t2","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","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 transaction receipt for a given Ethereum or Sepolia transaction hash, including status, gas used, logs, and block details.","exampleAgentPrompt":"Did transaction 0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f go through on Ethereum mainnet? I need the receipt — status, gas used, block number, and any logs.","exampleUseCases":null,"resultDescription":"A JSON object containing the transaction receipt: status (0x1 = success, 0x0 = failure), gas_used, block_number, transaction_hash, effective_gas_price, and a logs array of any events emitted during execution.","failureModes":["Invalid hash format (not 0x-prefixed 64-hex-char string) returns validation error","Transaction hash not found on specified network returns 404 or null result","Network mismatch (hash exists on mainnet but queried on sepolia) returns not found","Payment failure via x402/MPP results in 402 Payment Required response","Node temporarily unavailable returns 503"],"whenToPreferThis":"Use this endpoint when you need to confirm whether a specific Ethereum or Sepolia transaction succeeded, retrieve gas cost data, find the block it was mined in, or extract event logs from a known tx hash. Prefer this over full node RPC calls when no API key management is desired and pay-per-call USDC micropayments are acceptable.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:47:46.393Z","isFirstParty":false}