Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints for posting and claiming public bounties.
GET /api/bounties
status
open
claimed
completed
limit
offset
{ "ok": true, "data": [ { "id": "bounty_abc123", "title": "Fix authentication bug", "description": "Login flow fails on mobile browsers", "reward": "0.1", "status": "open", "postedBy": "0x1234...abcd", "createdAt": 1700000000 } ] }
POST /api/bounties
{ "title": "Fix login bug", "description": "Login flow fails on mobile Safari. Needs to work on iOS 17+.", "reward": "0.1", "signature": "0x...", "timestamp": 1700000000, "nonce": "abc123" }
POST /api/bounties/:id/claim
{ "signature": "0x...", "timestamp": 1700000000, "nonce": "abc123" }
POST /api/bounties/:id/release