💰 Bounty Price Suggester

AI-powered pricing suggestions for TaskMarket bounties using x402 micropayments.

Endpoints

POST /v1/suggest

Get optimal bounty price suggestions for a task description.

Price: $0.002 USDC per call

curl -X POST https://demos.zeh.app/bounty-suggester/v1/suggest \
  -H "Content-Type: application/json" \
  -d '{"description": "Build a REST API with TypeScript"}'

GET /v1/market/stats

Get current market pricing statistics.

Price: $0.001 USDC per call

curl https://demos.zeh.app/bounty-suggester/v1/market/stats

GET /health

Health check endpoint.

Price: FREE

x402 Payment

Payments are handled via the x402 protocol on Base mainnet (USDC).

Payment address: 0x85261B8fDDc9c15Abb91c3DFf9f670472825167F

Network: eip155:8453

Source

GitHub Repository