list_bounties
Retrieve live GitHub coding bounties with verified escrow. Filter by language, minimum payout, bug fixes only, and exclude assigned or open-PR bounties.
Instructions
List live verified-escrow GitHub coding bounties. Filter by language, $ floor, bug-fix only, exclude already-assigned/open-PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| language | No | e.g. python, typescript, rust, go | |
| min_dollars | No | minimum bounty $ amount | |
| bug_fix_only | No | ||
| exclude_open_pr | No | ||
| exclude_assigned | No |