{"endpoint":"/feedback","description":"POST to submit ERC-8004 reputation feedback on-chain","extension":"8004-reputation","specification":"https://eips.ethereum.org/EIPS/eip-8004","body":{"x402Version":"number (1 or 2)","network":"string (e.g., 'ethereum' or 'eip155:1')","feedback":{"agentId":"number - Agent's token ID in the Identity Registry","value":"number - Feedback value (fixed-point, e.g., 87 means 87/100)","valueDecimals":"number (0-18) - Decimal places for value interpretation","tag1":"string - Primary categorization tag (e.g., 'starred', 'uptime', 'responseTime')","tag2":"string - Secondary categorization tag","endpoint":"string (optional) - Service endpoint that was used","feedbackUri":"string (optional) - URI to off-chain feedback file (IPFS, HTTPS)","feedbackHash":"string (optional) - Keccak256 hash of feedback content (32 bytes hex)","proof":{"transactionHash":"string - Settlement transaction hash","blockNumber":"number - Block number of settlement","network":"string - Network where settlement occurred","payer":"address - Address that paid","payee":"address - Address that received payment","amount":"string - Amount paid in token base units","token":"address - Token contract address","timestamp":"number - Unix timestamp","paymentHash":"string - Keccak256 hash of payment data"}}},"endpoints":{"POST /register":"Register a new ERC-8004 agent (with optional recipient for delegation)","POST /feedback":"Submit new feedback","POST /feedback/revoke":"Revoke previously submitted feedback","POST /feedback/response":"Append response to feedback (agent only)","GET /reputation/:network/:agentId":"Get reputation summary for an agent","GET /identity/:network/:agentId":"Get agent identity from Identity Registry","GET /identity/:network/:agentId/metadata/:key":"Read specific agent metadata","GET /identity/:network/total-supply":"Get total registered agents on a network"},"supportedNetworks":["ethereum","base","polygon","arbitrum","optimism","celo","bsc","monad","avalanche","skale-base","hedera","ethereum-sepolia","base-sepolia","polygon-amoy","arbitrum-sepolia","optimism-sepolia","celo-sepolia","avalanche-fuji","skale-base-sepolia","hedera-testnet","solana","solana-devnet"]}