Rate a Paid API Call (agent402.tools Feedback) is a paid API for AI agents from agent402.tools, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Submits a 'good' or 'bad' verdict for a specific x402-paid API call, tied to its settlement transaction, so only the wallet that paid can rate it.
Tell this server whether a call you paid for delivered what it promised. Bound to the receipt: give it the settlement transaction from that call's PAYMENT-RESPONSE (or Payment-Receipt) header and a verdict of "good" or "bad", and only the wallet the ledger records as having paid for that exact call can write it - so a rating here is always a real customer about a real purchase. One verdict per settlement transaction (sending another replaces yours, it never stacks).
A JSON object confirming whether the verdict was recorded and whether it replaced a previous one, along with the item name, settlement transaction, amount paid in USD, settlement timestamp, and a SHA256 hash of the exact response bytes the rating is about.
POSThttps://agent402.tools/api/feedbackUse this endpoint when an agent has just completed an x402-paid API call and needs to record quality feedback tied to that specific payment. It is the only endpoint that cryptographically binds a rating to both the paying wallet and the exact settlement transaction, making it suitable for trustworthy, tamper-resistant API quality signals in agentic marketplaces. Prefer it over generic review systems when the feedback must be verifiable and wallet-authenticated.
| Field | Type | Description |
|---|---|---|
| tx | string | Settlement transaction of the call you are rating, as carried in that response's PAYMENT-RESPONSE (x402) or Payment-Receipt (MPP) header. |
| reason | string | What happened, in your own words. Optional on "good", required on "bad" (10 characters minimum, 1000 maximum). Stored for the operator, never published. |
| verdict | string | "good" (it delivered what it promised) or "bad" (it did not). |
{
"type": "json",
"example": {
"item": "crypto-price",
"note": "responseSha256 is sha256 over the exact JSON bytes that call returned. It identifies the answer your verdict is about.",
"verdict": "good",
"recorded": true,
"replaced": false,
"amountUsd": 0.01,
"settledAt": "2026-09-03T15:16:06.000Z",
"settlementTx": "0x2f1fecade9bd945e7817c11e5a34cafe6b349dd8c92a7587efed1de476bddfeb",
"responseSha256": "7d2a9b1c4e6f8a0b2c4d6e8f0a1b3c5d7e9f1a3b5c7d9e1f3a5b7c9d1e3f5a7b"
}
}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"