Prepare ERC-8004 feedback response
Reputation
Respond to Feedback
Prepare an ERC-8004 feedback response through x402.
POST
Prepare ERC-8004 feedback response
Prepares unsigned transactions for appending a response to an ERC-8004 feedback thread. This facade maps to
agentAppendFeedbackResponse.
Authentication
Omitx-api-key. If the API returns 402 Payment Required, sign the x402 payment locally and retry with X-Payment.
Key Fields
| Parameter | Required | Description |
|---|---|---|
chainId | Yes | Target chain ID. Decimal and hex values are accepted. |
signerAddress | Yes | Wallet that signs the prepared transaction. |
agentId | Yes | On-chain agent ID. |
clientAddress | Yes | Client wallet associated with the feedback. |
feedbackIndex | Yes | Feedback entry index. |
responseURI | Yes | Off-chain response URI. |
responseHash | No | Optional hash for the response content. |
Response
Returns prepared unsigned transactions andtxId. Sign the transaction locally, then submit it with POST /send-transactions.Authorizations
Base64-encoded x402 payment payload. Supported for x402-eligible agentic methods on /x402/... facades, /prepare-transactions, and eligible /send-transactions retries.
Body
application/json
Target operation chain ID. Use 8453 on production Base or 11155111 on sandbox Sepolia.
Example:
"8453"
Wallet that signs the prepared blockchain transaction.
Pattern:
^0x[a-fA-F0-9]{40}$Original feedback client address.
Pattern:
^0x[a-fA-F0-9]{40}$Feedback index to respond to.
Optional explicit gas limit.
Optional explicit nonce when managing nonces manually.
Optional private RPC URL override.
Optional owner attribution email.
Alias for ownerEmail where supported.