Free Base USDC receipt preview before you pay for a clean receipt.
Paste a Base transaction hash and check whether public USDC transfer logs are present. If the preview finds the evidence you need, pay 0.10 USDC for the full JSON receipt.
Free stepCheck a public Base transaction hash for matching USDC Transfer logs.
Decision pointConfirm the tx hash, optional recipient, and minimum amount filters are valid before sending payment.
Paid next stepReceive full machine-readable receipt JSON for 0.10 USDC on Base.
Use it when
- A crypto freelancer needs cleaner client proof than a block explorer URL.
- A DAO, grant reviewer, or bounty admin needs to confirm a payout hash before filing records.
- An agent needs deterministic transfer evidence before continuing a workflow.
Free API
GET https://devryno.com/free/base-usdc-receipt-preview?subjectTx={base-transaction-hash}&recipient={optional-recipient}&minAmount={optional-usdc-amount}
Add format=html for a human result page with the exact paid claim form. Default response is JSON for scripts and agents.
What the paid receipt adds
The free preview confirms transfer evidence. The paid receipt returns all matching rows and fields: chain id, token, tx hash, block, timestamp, payer, recipient, amount, log index, and transaction index.
GET https://devryno.com/claim/base-usdc-receipt?subjectTx={base-transaction-hash}&recipient={optional-recipient}&minAmount={optional-usdc-amount}&tx={devryno-payment-transaction-hash}