# Skopos Market Intelligence API

> Skopos Market Intelligence API is a paid API for AI agents from www.tryskopos.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns AI-powered DeFi market intelligence across six categories: DeFi regime, narratives, trending assets, top protocols, fear/greed divergence, or x402 ecosystem pulse.

## Facts

- Endpoint: POST https://www.tryskopos.xyz/api/market-read
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/skopos-market-intelligence-api-b6bef5b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bbi12yEsX52tU815PC3e2

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 skopos-market-intelligence-api-b6bef5b0 -d '<json body>'
```

Example prompt: What's the current DeFi market regime right now — are we in a risk-on or risk-off environment? Pull the Skopos market intelligence for 'defi'.

## When to prefer this

Choose this endpoint when you need a fast, AI-synthesized macro read on the DeFi or crypto market across one of six specific lenses (regime, narratives, trending, protocols, fear/greed, x402). It is purpose-built for agentic workflows that need structured market context without manually aggregating on-chain data. Prefer this over raw data feeds when you want an interpreted, actionable signal rather than raw numbers. Especially useful for x402-native agents already operating in the Skopos ecosystem.

## Known failure modes

- Invalid 'kind' enum value — must be one of: defi, narrative, trending, protocols, fear, x402
- Payment not included or insufficient (x402 payment required at $0.01 USDC per call)
- Upstream Aeon intelligence service unavailable, resulting in 503 or timeout
- Malformed request body — 'kind' field missing from body object
- Network latency or temporary outage from the Skopos/Aeon backend

## How this service works

Aeon-powered market intelligence: defi regime, narratives, trending, top protocols, fear/greed divergence, or x402 ecosystem pulse.

## Output

A structured AI-generated market intelligence report for the requested category. Depending on the 'kind' field, the agent receives: a DeFi regime classification (bullish/bearish/transitional), dominant market narratives, trending assets or sectors, top protocol rankings by activity, a fear/greed divergence reading, or an x402 ecosystem pulse summary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "kind": {
   "enum": [
    "defi",
    "narrative",
    "trending",
    "protocols",
    "fear",
    "x402"
   ],
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/skopos-market-intelligence-api-b6bef5b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.tryskopos.xyz](https://www.zero.xyz/host/www.tryskopos.xyz/llms.txt)
