# 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 down (last checked 2026-09-15).

Retrieves a list of bids submitted on a specific posting/request on the the402.ai marketplace

## Facts

- Endpoint: GET https://api.the402.ai/v1/postings/post_95292a5a9e504969/bids
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the402-ai-list-bids-on-request-45332641
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7UTIKdDaiYQNNnB1SReuw

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-45332641
```

Example prompt: Show me all the bids that came in on my the402.ai request posting post_95292a5a9e504969 — I want to see who's responded and what they're offering.

## When to prefer this

Use this endpoint when you need to programmatically retrieve and review bids on a specific posting you have created on the the402.ai marketplace, especially when building automated bid evaluation or notification workflows. This is the correct endpoint when you already have a post ID and want to inspect incoming bids without placing a new one.

## Known failure modes

- Invalid or missing API key returns 401 Unauthorized
- Post ID not found or not owned by caller returns 404
- No bids yet on the posting returns empty list
- Rate limiting or quota exceeded returns 429
- Malformed post ID format returns 400

## How this service works

List bids on your request (free with API key)

## Output

Returns a list of bids associated with the specified posting ID, including bidder information and bid metadata for that request on the the402.ai marketplace.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the402-ai-list-bids-on-request-45332641/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)
