# MCPFax Markets — Polymarket Recent Trades

> MCPFax Markets — Polymarket Recent Trades is a paid API for AI agents from mcpfax-markets.bowling-anthony.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Fetches recent trades from Polymarket prediction markets, returning trade history data for specific markets or tokens.

## Facts

- Endpoint: GET https://mcpfax-markets.bowling-anthony.workers.dev/polymarket/trades
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mcpfax-markets-polymarket-recent-trades-26e00181
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WMDqRBaSbf3VVsE47Meci

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 mcpfax-markets-polymarket-recent-trades-26e00181
```

Example prompt: Show me the most recent trades on the Polymarket market for 'Will Trump win the 2026 midterms?' — I want to see who's been buying and at what price.

## When to prefer this

Use this endpoint when you need real-time or recent trade history from Polymarket prediction markets — specifically trade-level data (price, size, who traded). Prefer this over polymarket_events (which returns market metadata) when you want to analyze market momentum, detect large trades, or track price movement through actual transaction history.

## Known failure modes

- Invalid or unknown market ID returns empty results or error
- Polymarket API unavailable causes upstream failure
- Payment of 0.001 USDC not processed results in 402 response
- Rate limiting or quota exhaustion may return error
- Very new markets with no trades return empty trade arrays

## How this service works

MCPFax markets — Polymarket recent trades (polymarket_trades). Price: $0.001 USDC per call on Base.

## Output

Returns a list of recent trade records from Polymarket, including fields such as trade price, size/amount, buyer/seller addresses, market or token ID, and timestamps of when each trade occurred.

## 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"
    }
   },
   "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/mcpfax-markets-polymarket-recent-trades-26e00181/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcpfax-markets.bowling-anthony.workers.dev](https://www.zero.xyz/host/mcpfax-markets.bowling-anthony.workers.dev/llms.txt)
