{"uid":"cap_P7Q0o7Idh1dD5galHXwP_","slug":"joe-evm-rpc-transaction-lookup-5eed652a","name":"Joe EVM RPC – Transaction Lookup","description":"Live Base and Ethereum RPC for AI agents: block tip, balances, transactions, and ENS. $0.001 USDC per call on Base.","url":"https://joe-evm-rpc.marnick-yezo.workers.dev/api/chain/tx/%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"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"pathParams":{"type":"object","additionalProperties":{"type":"string"}},"queryParams":{"type":"object","required":["hash"],"properties":{"hash":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$","description":"Transaction hash"},"network":{"enum":["base","ethereum"],"type":"string","default":"base","description":"EVM network. Default base."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"data":{"receipt":{"status":"0x1"},"transaction":{"hash":"0xabc"}},"meta":{"rpc":"https://mainnet.base.org","network":"base","endpoint":"/api/chain/tx/{hash}","cost_usdc":"0.001","request_id":"00000000abcdef01"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_sqzFRWoOjwcSHxnTFj8Wi","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches full transaction details and receipt for a given EVM transaction hash on Base or Ethereum.","exampleAgentPrompt":"Can you look up the Base transaction 0xabc123...def456 and tell me whether it succeeded and what it did?","exampleUseCases":[{"title":"Verify on-chain payment receipt","prompt":"I just sent USDC on Base — the transaction hash is 0x4f2a...91bc. Can you check if it went through and show me the receipt status?"},{"title":"Audit Ethereum transfer details","prompt":"Look up this Ethereum mainnet transaction for me: 0xd8e0...3a7f — I need to know the full transaction details and whether it confirmed."},{"title":"Debug failed Base transaction","prompt":"My Base transaction 0x77cc...f130 might have failed — can you fetch the receipt and tell me if the status shows success or revert?"}],"resultDescription":"Returns a JSON object containing the full transaction details (hash, from, to, value, data, etc.) and the transaction receipt (status 0x1 for success or 0x0 for failure), along with metadata about which RPC endpoint was used, the network, cost in USDC, and a request ID.","failureModes":["Invalid or malformed transaction hash (not matching 0x + 64 hex chars) returns a validation error","Transaction hash not found on the selected network returns a not-found or null result","Network parameter mismatch (e.g. looking up a Base tx on Ethereum) returns no result","x402 payment failure causes the request to be rejected before execution","RPC node downtime or rate limiting may cause transient 5xx errors"],"whenToPreferThis":"Choose this endpoint when you need to verify, audit, or inspect a specific EVM transaction by hash on Base or Ethereum mainnet. It is ideal for confirming payment finality, debugging failed transactions, or retrieving raw transaction data for on-chain activity. Prefer it over general-purpose blockchain explorers when you need a pay-per-call, agent-friendly JSON response without web scraping.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:40:50.897Z","isFirstParty":false}