Delx Base USDC Payment Match is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Validates that a Base chain USDC payment's recipient and amount match expected values for pre-flight payment verification.
Base USDC Payment Match: Base USDC Payment Match checks recipient, raw amount, and chain id for a Base USDC payment intent from bounded caller-supplied values without an external provider. Call Base USDC Payment Match before signing, submitting, replacing, or accepting an EVM/Base transaction assembled from caller-owned data. Returns normalized transaction evidence, calculated budget or shape findings, and a fail-closed preflight status for Base USDC Payment Match as versioned deterministic JSO…
Returns a JSON object with boolean flags for amount_match and recipient_match, a base_chain flag confirming the chain ID maps to Base, the resolved chain_id, overall status ('pass' or similar), and evidence metadata including a SHA-256 hash of the input and a confirmation that no data was retained and no external calls were made.
POSThttps://api.delx.ai/api/v1/x402/base-usdc-payment-matchUse this endpoint when an AI agent or automated workflow needs to pre-flight verify a Base chain USDC payment's recipient and amount before taking a downstream action — especially in x402 payment flows where confirming payment integrity without side effects or data retention is critical. Prefer this over on-chain RPC calls when you need a lightweight, stateless, privacy-preserving match check with an audit hash.
| Field | Type | Description |
|---|---|---|
| chain_id | integer | Chain Id supplied to Base USDC Payment Match; used only for this bounded calculation and processed in memory without retention. |
| recipient | string | Recipient supplied to Base USDC Payment Match; used only for this bounded calculation and processed in memory without retention. |
| amount_raw | string | Amount Raw supplied to Base USDC Payment Match; used only for this bounded calculation and processed in memory without retention. |
| expected_recipient | string | Expected Recipient supplied to Base USDC Payment Match; used only for this bounded calculation and processed in memory without retention. |
| expected_amount_raw | string | Expected Amount Raw supplied to Base USDC Payment Match; used only for this bounded calculation and processed in memory without retention. |
{
"type": "json",
"example": {
"result": {
"chain_id": 8453,
"base_chain": true,
"amount_match": true,
"recipient_match": true
},
"schema": "delx/util-base-usdc-payment-match/v1",
"status": "pass",
"evidence": {
"retained": false,
"input_sha256": "5bea38f8336c21a3b1abcc4b38ff40491f8b1c58ef31c75c8dbb711392e5bc09",
"external_calls": 0
},
"operation": "evm_preflight:base_usdc_payment_match"
}
}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"