# prediction-intel Polymarket Market Detail Lookup

> prediction-intel Polymarket Market Detail Lookup is a paid API for AI agents from prediction-intel-tan.vercel.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Fetches detailed data for a specific Polymarket prediction market by its slug identifier

## Facts

- Endpoint: GET https://prediction-intel-tan.vercel.app/api/market
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prediction-intel-polymarket-market-detail-lookup-173b47a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P4JbLh32MPVJzQVKQKidm

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 prediction-intel-polymarket-market-detail-lookup-173b47a7
```

Example prompt: Pull up the full market details for the Polymarket market with the slug 'will-ethereum-reach-5000-by-end-of-2025' — I want to see the current odds and market status.

## When to prefer this

Use this endpoint when you already have a specific Polymarket market slug (e.g. from a prior search) and need full detailed market data including current odds, prices, and status. Prefer this over broader market searches when you need deep data on one specific market rather than a list of markets.

## Known failure modes

- Invalid or unknown slug returns 404 or empty result
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Market has been delisted or resolved and no longer available
- Malformed slug string causes bad request error
- Network timeout from upstream Polymarket data source

## How this service works

Pay-per-call crypto/web3 data for AI agents. USDC via x402 on Base.

## Output

Returns detailed data for the specified Polymarket prediction market, including current outcome probabilities/prices, market status (open/closed/resolved), trading volume, and other market metadata associated with the given slug.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "slug": {
   "type": "string",
   "description": "Market slug (from markets/search results)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prediction-intel-polymarket-market-detail-lookup-173b47a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prediction-intel-tan.vercel.app](https://www.zero.xyz/host/prediction-intel-tan.vercel.app/llms.txt)
