# AnyAPI Polymarket Markets

> AnyAPI Polymarket Markets is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Fetches active and historical prediction markets data from Polymarket via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/polymarket.markets
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-polymarket-markets-4f343f48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VHfwjaPrDLyu5pFyrCIeF

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 anyapi-polymarket-markets-4f343f48 -d '<json body>'
```

Example prompt: What are the current active prediction markets on Polymarket and their latest odds — especially anything related to the 2024 US election or major sports events?

## When to prefer this

Use this endpoint when you need structured Polymarket prediction market data without managing a Polymarket API subscription yourself; ideal for agents that need occasional or one-off market lookups and want pay-per-request pricing rather than a monthly plan. Prefer this over direct Polymarket API integration when cost predictability and no-subscription simplicity matter.

## Known failure modes

- Invalid or missing API key returns authentication error
- Polymarket API upstream unavailability causes timeout or 503
- Malformed query parameters return 400 bad request
- Rate limits exceeded return 429 too many requests
- No markets matching filter criteria returns empty result set

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array or object containing Polymarket market listings including market names, current probability/price data, trading volume, liquidity, open/close status, and outcome details for available prediction markets.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-polymarket-markets-4f343f48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
