{"uid":"cap_wIEQ61ipAEHOubz3cPxiO","slug":"x402-chain-tools-base-mainnet-transaction-lookup-ed1168b6","name":"x402 Chain Tools – Base Mainnet Transaction Lookup","description":"Lookup Base transaction by hash on Base Mainnet. Return sender, recipient, value, nonce, block, gas fields, and input data when found.","url":"https://blockchain-api.x402-chain-tools.workers.dev/chain/transaction-lookup","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"hash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$","description":"Base Mainnet transaction hash."}}},"responseSchema":{"type":"json","example":{"ok":true,"hash":"0x0000000000000000000000000000000000000000000000000000000000000000","found":false,"network":"eip155:8453","transaction":null}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_mP_z3Nm_EBijQuz16Bfh5","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Look up a Base Mainnet transaction by hash, returning sender, recipient, value, nonce, block number, gas fields, and input data.","exampleAgentPrompt":"Can you look up the Base Mainnet transaction 0x4f3a1b2c...d9e8 and tell me who sent it, who received it, how much ETH was transferred, and what block it landed in?","exampleUseCases":[{"title":"Confirm a payment was sent on-chain","prompt":"I think I sent a USDC transfer on Base earlier — can you check transaction hash 0xabc123...def456 and confirm who the sender and recipient were and how much value was moved?"},{"title":"Debug a failed DeFi interaction","prompt":"My swap transaction on Base might have had weird input data — can you pull up tx 0x9f8e7d...1a2b3c and show me the full input data and gas fields so I can figure out what happened?"},{"title":"Audit transaction for compliance record","prompt":"I need the full details of Base Mainnet transaction 0x1234ab...cd5678 for our records — sender, recipient, value, nonce, and the block it was confirmed in."}],"resultDescription":"Returns a structured object containing the transaction sender address, recipient address, transferred ETH value, nonce, block number, gas limit, gas price, and raw input data for the given Base Mainnet transaction hash. Returns a not-found result if the hash does not correspond to an existing transaction.","failureModes":["Invalid hash format (not 0x-prefixed 64-char hex) — rejected by schema validation","Transaction hash not found on Base Mainnet — returns empty or error response","Network/RPC unavailability causing timeout","Payment failure via x402 protocol preventing request execution"],"whenToPreferThis":"Use this endpoint when you need full transaction-level details (sender, recipient, value, gas, input data) for a specific Base Mainnet tx hash. Prefer this over the receipt endpoint when you need pre-execution fields like nonce, gas parameters, and raw input data rather than post-execution status. Best for agents inspecting, auditing, or debugging individual Base transactions.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:44:35.284Z","isFirstParty":false}