SameDayDesk Settlement Proof Verifier is a paid API for AI agents from agents.samedaydesk.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Verifies and returns cryptographic proof that a specific on-chain USDC payment on Base mainnet was successfully settled, including transaction details and transfer confirmation.
Deterministic agent APIs for web and company intelligence, repository security, agent-work economics, machine-service discoverability, payment preflight and settlement proof, wallet context, and Morpho decision evidence. Pay per call through Base x402 or native MPP, with a Circle Gateway Nanopayments path for gasless batched USDC.
Returns a JSON object with a top-level 'ok' flag, asset details (USDC on Base), the original request parameters (payer, recipient, amount, tx hash), a 'decision' field ('verified' or otherwise), a 'settlement' block with observed vs expected amounts and transfer counts, a 'transaction' block with status/block number/timestamp, a 'boundary' block clarifying data access scope, and a 'findings' array for any anomalies. Timestamp of the check is also included.
GEThttps://agents.samedaydesk.com/commerce/settlement-proofUse this endpoint when an AI agent or automated system needs cryptographic, deterministic proof that a specific on-chain USDC payment on Base mainnet completed successfully — particularly for x402 or MPP pay-per-call flows where auditability matters. Prefer this over general blockchain explorers when you need a structured, machine-readable settlement verdict with boundary metadata (confirming no private ledger access) suitable for automated trust decisions.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ok": true,
"asset": {
"symbol": "USDC",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6
},
"chain": {
"id": 8453,
"name": "Base mainnet",
"network": "eip155:8453"
},
"product": "samedaydesk-base-usdc-settlement-proof",
"request": {
"payer": "0x990C...7f17",
"recipient": "0x8904dF3DE6DFEe6a7C8cc38619d2f17806213Cee",
"amountAtomic": "5000",
"transactionHash": "0xcfcbb3...a8987"
},
"version": "1.0.0",
"boundary": {
"source": "public Base mainnet receipt and logs",
"walletAccessed": false,
"privateLedgerRead": false,
"executionAuthorized": false,
"auditedTransactionModified": false
},
"decision": "verified",
"findings": [],
"checkedAt": "2026-08-11T08:30:00.000Z",
"settlement": {
"observed": {
"payer": "0x990C...7f17",
"recipient": "0x8904dF3DE6DFEe6a7C8cc38619d2f17806213Cee",
"amountUsdc": "0.005",
"amountAtomic": "5000"
},
"verified": true,
"exactTransferCount": 1,
"recipientTransferCount": 1
},
"transaction": {
"hash": "0xcfcbb3...a8987",
"status": "success",
"blockNumber": "49823378",
"blockTimestamp": "2026-08-11T08:15:03.000Z"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"