# Oblique Markets: Crypto Competitive Intelligence

> Oblique Markets: Crypto Competitive Intelligence is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers competitive intelligence reports for any crypto project by combining Dune on-chain analytics with live web scraping

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/market-intel
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-crypto-competitive-intelligence-d222c712
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zb6p-w0_g-8HZjNwZfC5q

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 oblique-markets-crypto-competitive-intelligence-d222c712 -d '<json body>'
```

Example prompt: Can you pull competitive intelligence on Uniswap — I want on-chain metrics plus a web-scraped market positioning overview showing how it stacks up against rivals like Curve and Balancer?

## When to prefer this

Choose this endpoint when you need a combined on-chain and off-chain competitive view of a specific crypto project, blending Dune SQL analytics with live web intelligence. Prefer it over pure on-chain endpoints when you need market context and competitor comparisons, and over pure web scrapers when you also need verified blockchain metrics. Best for investment research, due diligence, and strategic analysis of DeFi or crypto projects.

## Known failure modes

- Unknown or very new project with insufficient on-chain data returns sparse results
- Dune query timeout for projects with extremely high data volume
- Web scraping blocked by target site returns partial results
- Invalid or ambiguous project name causes misidentification
- Rate limiting or payment failure returns 402 error

## How this service works

Use when an agent needs market intel. Returns Composed crypto market intelligence from public protocol, chain, DEX, fee and yield data plus bounded public web context. $0.10.

## Output

A competitive intelligence report combining Dune on-chain data (e.g. transaction volumes, wallet activity, TVL metrics) with web-scraped market data, synthesized into a structured overview of a crypto project's competitive positioning, key rivals, and market standing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "symbol": {
   "type": "string"
  },
  "project": {
   "type": "string"
  },
  "token_address": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "Base",
  "project": "uniswap",
  "sources": [
   "DefiLlama"
  ],
  "on_chain": {
   "price": null,
   "fees_24h_usd": 900000,
   "chain_tvl_usd": 5000000000,
   "dex_volume_24h_usd": 120000000
  },
  "protocols": [
   {
    "name": "Uniswap",
    "source": "DefiLlama",
    "tvl_usd": 1000000000
   }
  ],
  "web_intel": {
   "sources": [],
   "snippets": []
  },
  "intel_type": "project",
  "queried_at": "2026-09-01T12:00:00.000Z",
  "token_address": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-crypto-competitive-intelligence-d222c712/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
