Place a bid on a project
add_bidPlaces a live bid on a freelance project by specifying delivery days, budget as an object, and a plain-text comment. Confirm details first, as bids are limited and instantly visible to the employer.
Instructions
Places a real bid on behalf of the token owner. Bids are a finite monthly resource and the employer sees them immediately, so confirm the amount, duration and comment with the user before calling. Note the API expects budget as an object — a flat amount is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Delivery time in days. | |
| budget | Yes | Your price. Must be an object, not a bare number. | |
| comment | Yes | Bid text. Plain text — HTML is not rendered. | |
| is_hidden | No | Hide the bid from other freelancers. Plus profiles only. | |
| safe_type | No | Payment mode: `employer` (Safe, employer pays the fee), `developer` (freelancer pays), `split` (halves), `employer_cashless` (Business Safe). Omit for direct payment. | |
| project_id | Yes |