# Hermes x402 Market Forensics

> Hermes x402 Market Forensics is a paid API for AI agents from api.futureinvoked.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a forensic quality snapshot of a Polymarket prediction market, covering freshness, liquidity depth, and resolution-risk signals for a given market slug.

## Facts

- Endpoint: GET https://api.futureinvoked.uk/api/market-forensics/%7Bslug%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hermes-x402-market-forensics-047a7baa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-lqVWLb4o3JJsK5biWMpm

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 hermes-x402-market-forensics-047a7baa
```

Example prompt: Can you pull a forensics snapshot for the Polymarket market 'will-the-fed-cut-rates-in-2025' and tell me if it's liquid and fresh, or if there's any resolution risk I should know about?

## When to prefer this

Choose this endpoint when you need a quick, structured quality assessment of a specific Polymarket market before trading, researching, or monitoring — particularly when you want freshness, liquidity, and resolution-risk signals in a single call without building your own Polymarket data pipeline. It is most useful for agents that need to screen or audit individual markets by slug rather than browsing all markets.

## Known failure modes

- Unknown or invalid market slug returns a 404 or empty result
- Stale upstream data from Polymarket may cause outdated freshness scores
- Payment of $0.05 USDC not provided returns a 402 Payment Required
- Network timeouts from Polymarket data source may cause 503 errors
- Slug formatting errors (e.g. URL-encoding issues) may result in no data returned

## How this service works

Polymarket market-quality forensics snapshots: freshness, liquidity, and resolution-risk observations.

## Output

A structured forensics snapshot for the specified Polymarket market slug, including freshness indicators (how recently prices were updated), liquidity observations (depth and spread signals), and resolution-risk flags (conditions that might prevent or delay market resolution).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hermes-x402-market-forensics-047a7baa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.futureinvoked.uk](https://www.zero.xyz/host/api.futureinvoked.uk/llms.txt)
