{"uid":"cap_4SfrPsjeq_AAkWKtHJV1P","slug":"skills-onesource-io-6ec27de4","name":"skills.onesource.io Ethereum Transaction Lookup","description":"Fetches details for a specific blockchain transaction by hash.","url":"https://skills.onesource.io/api/chain/tx/0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"network":{"enum":["ethereum","sepolia","avax","megaeth","megaeth-testnet","base"],"type":"string","default":"ethereum","description":"The blockchain network to query. The transaction hash is passed in the URL path, not in the body."}},"additionalProperties":false},"responseSchema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["transaction","receipt"],"properties":{"receipt":{"type":"object","required":["type","status","cumulativeGasUsed","logs","logsBloom","transactionHash","transactionIndex","blockHash","blockNumber","gasUsed","effectiveGasPrice","from","to","contractAddress"],"properties":{"to":{"type":"string"},"from":{"type":"string"},"logs":{"type":"array","items":{"type":"unknown"}},"type":{"type":"string"},"status":{"type":"string"},"gasUsed":{"type":"string"},"blockHash":{"type":"string"},"logsBloom":{"type":"string"},"blockNumber":{"type":"string"},"contractAddress":{"type":"null"},"transactionHash":{"type":"string"},"transactionIndex":{"type":"string"},"cumulativeGasUsed":{"type":"string"},"effectiveGasPrice":{"type":"string"}}},"transaction":{"type":"object","required":["type","chainId","nonce","gasPrice","gas","to","value","input","r","s","v","hash","blockHash","blockNumber","transactionIndex","from"],"properties":{"r":{"type":"string"},"s":{"type":"string"},"v":{"type":"string"},"to":{"type":"string"},"gas":{"type":"string"},"from":{"type":"string"},"hash":{"type":"string"},"type":{"type":"string"},"input":{"type":"string"},"nonce":{"type":"string"},"value":{"type":"string"},"chainId":{"type":"string"},"gasPrice":{"type":"string"},"blockHash":{"type":"string"},"blockNumber":{"type":"string"},"transactionIndex":{"type":"string"}}}}},"meta":{"type":"object","required":["endpoint","request_id"],"properties":{"endpoint":{"type":"string"},"request_id":{"type":"string"}}}}},"example":{"request":{"network":"ethereum"},"response":{"data":{"receipt":{"to":"0xf02c1c8e6114b1dbe8937a39260b5b0a374432bb","from":"0xa7d9ddbe1f17865597fbd27ec712455208b6b76d","logs":[],"type":"0x0","status":"0x1","gasUsed":"0x53a0","blockHash":"0x1d59ff54b1eb26b013ce3cb5fc9dab3705b415a67127a003c3e61eb445bb8df2","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","blockNumber":"0x5daf3b","contractAddress":null,"transactionHash":"0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b","transactionIndex":"0x41","cumulativeGasUsed":"0x20ec2d","effectiveGasPrice":"0x4a817c800"},"transaction":{"r":"0x1b5e176d927f8e9ab405058b2d2457392da3e20f328b16ddabcebc33eaac5fea","s":"0x4ba69724e8f69de52f0125ad8b3c5c2cef33019bac3249e2c0a2192766d1721c","v":"0x25","to":"0xf02c1c8e6114b1dbe8937a39260b5b0a374432bb","gas":"0xc350","from":"0xa7d9ddbe1f17865597fbd27ec712455208b6b76d","hash":"0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b","type":"0x0","input":"0x68656c6c6f21","nonce":"0x15","value":"0xf3dbb76162000","chainId":"0x1","gasPrice":"0x4a817c800","blockHash":"0x1d59ff54b1eb26b013ce3cb5fc9dab3705b415a67127a003c3e61eb445bb8df2","blockNumber":"0x5daf3b","transactionIndex":"0x41"}},"meta":{"endpoint":"/api/chain/tx/0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b","request_id":"f25c407f07ab21ed"}}},"exampleRequest":{"network":"ethereum"},"tags":["x402"],"displayCostAmount":"0.008000","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.008000/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.008","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.008","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_X8g_HyG1BC_-Vgtm9_FFn","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.008","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches on-chain transaction details and receipt data for a given transaction hash on Ethereum mainnet, returning decoded metadata, block info, and execution receipt fields.","exampleAgentPrompt":"Can you pull up the full on-chain details and execution receipt for Ethereum transaction 0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b on mainnet — I need the status, gas used, block number, and sender/receiver addresses.","exampleUseCases":[{"title":"Verify smart contract deployment success","prompt":"I just deployed a new token contract on Ethereum mainnet and got back a transaction hash. Can you look up the receipt and confirm it actually went through? I need to know the contract address that was created and if there were any issues during execution."},{"title":"Audit transaction gas consumption patterns","prompt":"I'm trying to understand why my recent batch of transactions cost so much in gas. Can you pull up the receipts for these three transaction hashes and break down how much gas each one consumed and what block they were mined in?"},{"title":"Investigate failed token transfer","prompt":"A user says their token transfer didn't go through on Ethereum. They sent me the transaction hash. Can you dig into that transaction and tell me whether it actually failed, what went wrong, and show me the logs so I can figure out what happened?"}],"resultDescription":"Returns a JSON object containing the transaction receipt with fields including: to/from addresses, transaction status (success/fail), gas used, block hash, block number, logs, logsBloom, contract address (if deployment), transaction type, and other decoded metadata about the on-chain execution.","failureModes":["Invalid transaction hash format (not 0x + 64 hex chars) — returns validation error","Transaction hash not found on Ethereum mainnet — returns 404 or empty result","Network parameter set to unsupported value — returns validation error","RPC node timeout or Ethereum node unavailability — returns 503 or timeout error","Payment not provided or insufficient — returns 402 Payment Required"],"whenToPreferThis":"Use this endpoint when you need to inspect a specific Ethereum mainnet transaction by its hash and want decoded receipt data including status, gas, block info, and logs — especially in agentic workflows where you need to verify transaction outcomes or extract on-chain execution details without running your own Ethereum node.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:41:39.506Z","isFirstParty":false}