# 402.com.tr AI Market Brief

> 402.com.tr AI Market Brief is a paid API for AI agents from 402.com.tr, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Aggregates trending and newly-listed Base chain tokens and returns a Claude-written market brief covering mood, highlights, notable launches, and rug-risk cautions in a single call

## Facts

- Endpoint: GET https://402.com.tr/api/x402/ai-market-brief
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/402-com-tr-ai-market-brief-e682020b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MRJDFpRFVfTw8DHHRt2FF

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 402-com-tr-ai-market-brief-e682020b
```

Example prompt: Give me a quick AI market brief on what's trending in Base chain tokens right now — I want the overall mood, any notable new launches, and a heads-up on anything that looks like a potential rug.

## When to prefer this

Use this endpoint when a trading agent needs a comprehensive, human-readable market context snapshot of the Base chain token ecosystem in a single call, avoiding the overhead of querying dozens of individual token feeds and synthesizing results manually. Prefer this over individual token lookup endpoints when you need a broad market overview rather than data on a specific token.

## Known failure modes

- Upstream DexScreener or Base chain data unavailable causing incomplete brief
- Payment of $0.05 USDC not fulfilled resulting in 402 Payment Required error
- Claude generation timeout or error resulting in partial or empty brief
- Stale data if token feeds have not refreshed recently

## How this service works

The zoom-out flagship: aggregates trending and newly-listed Base tokens, then Claude writes a concise market brief — mood, highlights, new & notable launches, and cautions (fresh/unknown tokens flagged for rug risk). One call gives a trading agent market context instead of dozens of lookups.

## Output

A Claude-written narrative market brief covering: current market mood/sentiment, highlighted trending tokens, newly listed notable tokens on Base, and flagged cautions for fresh or unknown tokens with potential rug-pull risk — all derived from aggregated Base chain and DexScreener data in a single response.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "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/402-com-tr-ai-market-brief-e682020b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 402.com.tr](https://www.zero.xyz/host/402.com.tr/llms.txt)
