# 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).

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

## Facts

- Endpoint: GET https://api.the402.ai/v1/postings/post_7af03ead56924ef1/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-89672d74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IpTwH1Dv5nBxbhXM6h1qa

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-89672d74
```

Example prompt: Can you pull up all the bids that have been submitted on my the402.ai posting post_7af03ead56924ef1 so I can see who's offered to fulfill my request?

## When to prefer this

Use this endpoint when you need to enumerate all bids placed on a specific the402.ai marketplace posting. This is the primary way to check who has responded to a request you've posted on the402.ai platform. It is free with an API key, making it suitable for polling or monitoring bid activity without incurring cost.

## Known failure modes

- Invalid or missing API key returns authentication error
- Posting ID not found returns 404 not found
- No bids yet on the posting returns empty list
- Rate limiting or quota exceeded returns 429
- Posting ID belongs to a different account returns authorization error

## How this service works

List bids on your request (free with API key)

## Output

Returns a list of bids associated with the specified posting on the402.ai marketplace, including bid details such as bidder information, offer amounts, and bid status. Response is free to retrieve with a valid API key.

## More

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