# the402.ai List Bids on Request

> the402.ai List Bids on Request is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Lists all bids submitted on a specific posting/request on the the402.ai marketplace

## Facts

- Endpoint: GET https://api.the402.ai/v1/postings/post_a12c308f021e49d4/bids
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the402-ai-list-bids-on-request-ebdc6626
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hnd_5tm1-q-MccDM_DFiL

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the402-ai-list-bids-on-request-ebdc6626
```

Example prompt: Show me all the bids that have come in on my request posting post_a12c308f021e49d4 on the402.ai marketplace.

## When to prefer this

Use this endpoint when you need to programmatically retrieve and inspect all bids on a specific the402.ai marketplace posting identified by its post ID. Ideal for monitoring incoming bids, comparing offers, or building dashboards that track response activity on requests you have published.

## Known failure modes

- Invalid or missing API key returns 401 unauthorized
- Non-existent or inaccessible posting ID returns 404 not found
- Posting belongs to a different account returns 403 forbidden
- No bids yet submitted returns empty list
- Rate limit exceeded returns 429 too many requests

## How this service works

List bids on your request (free with API key)

## Output

Returns a list of bids associated with the specified posting, including bidder details, bid amounts, timestamps, and bid status information for each respondent to the request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the402-ai-list-bids-on-request-ebdc6626/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
