# Moltalyzer Polymarket Insider Detection Latest Digest

> Moltalyzer Polymarket Insider Detection Latest Digest is a paid API for AI agents from api.moltalyzer.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches the latest Polymarket insider detection digest including curated signals with confidence levels

## Facts

- Endpoint: GET https://api.moltalyzer.xyz/api/polymarket/latest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moltalyzer-polymarket-insider-detection-latest-digest-452f38b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0yYs9VOotHv82AVeQNPLn

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 moltalyzer-polymarket-insider-detection-latest-digest-452f38b5
```

Example prompt: Pull the latest Polymarket insider detection digest from Moltalyzer and show me any high-confidence signals about unusual market activity.

## When to prefer this

Use this endpoint when you need the most recent Polymarket insider detection digest with signals immediately, without specifying a historical date range. Prefer this over the historical digests endpoint when you want the current/latest analysis only.

## Known failure modes

- No digest available yet for current period returns empty or null data
- Network or API downtime returns a non-200 status
- Payment failure via x402 protocol results in 402 response blocking access
- Malformed response if upstream data source is unavailable

## How this service works

Polymarket prediction-market signal — the most recent intelligence feed item (mover, whale entry with calibration, or predetermined-outcome signal) from real-time prediction markets. Same shape as /signal without ?index. Free index poll: GET /api/polymarket/index. Free shape preview: GET /api/polymarket/sample.

## Output

Returns a JSON object with success status and data containing a digest object (with a title) and an array of signals each including a question and a confidence level (e.g. 'high').

## Example request

```json
{
 "properties": "latest"
}
```

## 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/moltalyzer-polymarket-insider-detection-latest-digest-452f38b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.moltalyzer.xyz](https://www.zero.xyz/host/api.moltalyzer.xyz/llms.txt)
