{"uid":"cap_9ExN4tI_JOIXG653YZKqr","slug":"base-payment-proof-verifier-cddae9ee","name":"Base Payment Proof Verifier","description":"Verifies a Base transaction against an expected USDC payment recipient and amount, and returns proof details including transfer match and finality metadata.","url":"https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/payment-proof","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"],"type":"string"},"queryParams":{"type":"object","required":["tx","recipient","amount"],"properties":{"tx":{"type":"string","pattern":"^0x[a-fA-F0-9]{64}$","description":"Base transaction hash."},"amount":{"type":"string","pattern":"^[0-9]+(?:\\.[0-9]{1,6})?$","description":"Expected USDC amount in decimal units."},"recipient":{"type":"string","pattern":"^0x[a-fA-F0-9]{40}$","description":"Expected USDC recipient."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"network":{"type":"string"},"product":{"type":"string"},"activity":{"type":"object"},"identity":{"type":"object"},"assessment":{"type":"object"},"provenance":{"type":"object"}}}}}}},"responseSchema":{"type":"json","example":{"network":"eip155:8453","product":"base-payment-proof","assessment":{"flags":[],"risk_level":"low","risk_score":0}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.03","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.03/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_mj-GUFEtIaz002zjivcV8","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.03","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Verifies and risk-assesses a Base blockchain USDC payment transaction by checking its hash, recipient, and amount on-chain.","exampleAgentPrompt":"Can you verify that Base transaction 0x3a7f...c9d2 actually sent 5.00 USDC to 0xAbCd...1234 and tell me the risk score before I release the download?","exampleUseCases":null,"resultDescription":"Returns a JSON object with network identifier (eip155:8453), product label (base-payment-proof), a risk assessment containing a risk_score (numeric), risk_level (e.g. 'low'), and any risk flags, plus activity, identity, and provenance metadata about the transaction.","failureModes":["Invalid transaction hash format (not 0x + 64 hex chars) returns validation error","Transaction not found on Base network returns not-found error","Amount or recipient mismatch between on-chain data and query params may raise risk flags","Network timeout or Base RPC unavailability may return 5xx error","Missing required query params (tx, recipient, amount) returns 400 error"],"whenToPreferThis":"Use this endpoint when an AI agent needs to confirm that a specific Base blockchain USDC payment was executed with the correct amount and recipient before fulfilling an obligation, releasing goods, or logging compliance. Prefer this over generic blockchain explorers when you need a structured, machine-readable risk assessment with flags rather than raw on-chain data.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:33:49.243Z","isFirstParty":false}