# Polymarketeer - Get Specific Polymarket Event

> Polymarketeer - Get Specific Polymarket Event is a paid API for AI agents from polymarketeer.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves detailed information for a single Polymarket prediction market event identified by its ID or slug

## Facts

- Endpoint: POST https://polymarketeer.vercel.app/api/x402/polymarket/events/specific
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarketeer-vercel-app-fa7affdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0aJSJ_xXVkcbcLhoramOl

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 polymarketeer-vercel-app-fa7affdb -d '<json body>'
```

Example prompt: Can you pull up the full details for the Polymarket event with slug 'will-trump-win-2024-election' — I want to see the current odds, volume, and status?

## When to prefer this

Use this endpoint when you know the specific Polymarket event ID or slug and need full event details. Prefer this over the list or search endpoints when you already have a direct reference to the event, as it returns richer per-event data more efficiently.

## Known failure modes

- Event ID or slug not found — returns 404 or empty result
- Invalid ID/slug format — returns validation error
- Polymarket API unavailable — returns upstream error
- Payment not processed — returns 402 Payment Required
- Malformed request body — returns 400 Bad Request

## How this service works

Get detailed information for a specific Polymarket event by ID or slug

## Output

Returns comprehensive details about the specified Polymarket event including market outcomes with current probabilities, trading volume, event status (open/closed/resolved), category tags, resolution criteria, and associated market metadata.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "data"
 ],
 "properties": {
  "data": {},
  "error": {
   "type": "string"
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarketeer-vercel-app-fa7affdb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from polymarketeer.vercel.app](https://www.zero.xyz/host/polymarketeer.vercel.app/llms.txt)
