# GetDigitalCraft Polymarket Live Markets

> GetDigitalCraft Polymarket Live Markets is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Returns live Polymarket prediction market data including prices, volume, and liquidity, with filtering by open/closed status and sorting by volume or liquidity.

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/pm-markets
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-polymarket-live-markets-3b6e7208
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cifvLfCYSQRGCyEhGXsRc

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 getdigitalcraft-polymarket-live-markets-3b6e7208
```

Example prompt: Show me the top 10 open Polymarket prediction markets right now, sorted by trading volume, with their current prices and liquidity.

## When to prefer this

Use this endpoint when you need live, real-time Polymarket prediction market data including prices, volume, and liquidity in a single call. Prefer this over scraping Polymarket directly or using general DeFi APIs that don't cover prediction markets. Choose this over the Kalshi endpoints when the user specifically wants Polymarket markets.

## Known failure modes

- Upstream Polymarket API unavailability causing stale or missing data
- Network timeout from the cloud run service
- Invalid or unsupported query parameter values returning an error or empty result set
- Rate limiting if called too frequently

## How this service works

Live Polymarket markets with prices, volume and liquidity. Filter by open/closed and sort by volume or liquidity

## Output

A list of Polymarket markets, each including market name/title, current yes/no prices, trading volume, liquidity depth, and open/closed status. Results can be filtered to open or closed markets and sorted by volume or liquidity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getdigitalcraft-polymarket-live-markets-3b6e7208/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
