{"uid":"cap_k0l1eSN-wIRTjLsRKfbcE","slug":"skills-onesource-io-7a610cd4","name":"skills.onesource.io Blockchain Transaction Lookup","description":"Retrieves details for a specific blockchain transaction by hash.","url":"https://skills.onesource.io/api/chain/tx/0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"hash":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$"},"network":{"enum":["ethereum","sepolia","avax","megaeth","megaeth-testnet","base"],"type":"string","default":"ethereum"}}},"responseSchema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["receipt","transaction"],"properties":{"receipt":{"type":"object","required":["to","from","logs","type","status","gasUsed","blockHash","logsBloom","blockNumber","contractAddress","transactionHash","transactionIndex","cumulativeGasUsed","effectiveGasPrice"],"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":["r","s","v","to","gas","from","hash","type","input","nonce","value","gasPrice","blockHash","blockNumber","transactionIndex"],"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"},"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":"0x5df9b87991262f6ba471f09758cde1c0fc1de734","from":"0xa1e4380a3b1f749673e270229993ee55f35663b4","logs":[],"type":"0x0","status":"0x1","gasUsed":"0x5208","blockHash":"0x4e3a3754410177e6937ef1f84bba68ea139e8d1a2258c5f85db9f1cd715a1bdd","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","blockNumber":"0xb443","contractAddress":null,"transactionHash":"0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060","transactionIndex":"0x0","cumulativeGasUsed":"0x5208","effectiveGasPrice":"0x2d79883d2000"},"transaction":{"r":"0x88ff6cf0fefd94db46111149ae4bfc179e9b94721fffd821d38d16464b3f71d0","s":"0x45e0aff800961cfce805daef7016b9b675c137a6a41a548f7b60a3484c06a33a","v":"0x1c","to":"0x5df9b87991262f6ba471f09758cde1c0fc1de734","gas":"0x5208","from":"0xa1e4380a3b1f749673e270229993ee55f35663b4","hash":"0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060","type":"0x0","input":"0x","nonce":"0x0","value":"0x7a69","gasPrice":"0x2d79883d2000","blockHash":"0x4e3a3754410177e6937ef1f84bba68ea139e8d1a2258c5f85db9f1cd715a1bdd","blockNumber":"0xb443","transactionIndex":"0x0"}},"meta":{"endpoint":"/api/chain/tx/0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060","request_id":"e981508249690b49"}}},"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_sWFqTIFnkdazp-hJGKjqt","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":"Retrieves full details for a specific blockchain transaction by its hash, including receipt, status, gas usage, and block info.","exampleAgentPrompt":"Can you look up the Ethereum transaction 0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060 and tell me if it succeeded, how much gas was used, and what block it was included in?","exampleUseCases":null,"resultDescription":"Returns a transaction receipt object including to/from addresses, transaction status (success/fail), gas used, block hash, block number, logs, logs bloom, contract address if created, and transaction type — all for the specified network.","failureModes":["Invalid or malformed transaction hash (not matching 0x + 64 hex chars) returns validation error","Transaction hash not found on the specified network returns empty or 404 response","Unsupported network value outside the allowed enum returns error","Network mismatch — querying a hash that exists on a different chain than specified","Rate limiting or payment failure (x402) if USDC payment not properly handled"],"whenToPreferThis":"Use this endpoint when you need to look up a specific transaction by hash on Ethereum mainnet or compatible chains (Base, Avalanche, Sepolia, MegaETH). Prefer this over block explorers when you need machine-readable receipt data including status, gas, logs, and block context in a single API call. Ideal for verifying payment finality, auditing on-chain events, or enriching transaction records in automated workflows.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:43:03.307Z","isFirstParty":false}