# Heurist Mesh: Crypto Market Summary

> Heurist Mesh: Crypto Market Summary is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns 10–20 bite-sized summaries of recent crypto market news, macro trends, major project updates, and top discussions on Crypto Twitter and Telegram.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/TrendingTokenAgent/get_market_summary
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-crypto-market-summary-07a9518e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fGCW4RwhL6cM-MpURoZr6

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 heurist-mesh-crypto-market-summary-07a9518e -d '<json body>'
```

Example prompt: What's going on in crypto right now? Give me a quick market summary — top news, what people are talking about on Crypto Twitter and Telegram, any big project updates, and the key risks or opportunities I should know about.

## When to prefer this

Choose this endpoint when you need a fast, broad overview of the current crypto market landscape — including social sentiment from Twitter and Telegram — without targeting a specific token or project. Ideal for daily briefings, situational awareness, and surfacing emerging trends before drilling deeper. Prefer this over single-token analytics endpoints when the user's goal is market-wide awareness rather than deep-dive analysis.

## Known failure modes

- No content returned if external news and social data sources are temporarily unavailable
- Stale data if the underlying aggregation pipeline has not refreshed recently
- Payment failure (x402) if USDC balance is insufficient for the $0.002 per-call fee
- Rate limiting or gateway errors if the endpoint is overloaded
- Incomplete coverage during low-activity market hours

## How this service works

Get a summary of recent market-wide news including macroeconomics, major updates of well-known crypto projects and tokens, and most discussed topics on crypto Twitter and Telegram groups. This tool returns 10~20 bite-sized items about various topics like market trends, opportunities, catalysts and risks. Useful for knowing what's going on in crypto now.

## Output

A structured list of 10–20 bite-sized news and insight items covering: macroeconomic developments relevant to crypto, major updates from well-known crypto projects and tokens, trending topics from Crypto Twitter and Telegram, and identified market opportunities, catalysts, and risks.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [],
     "properties": {
      "debug": {
       "type": "boolean",
       "default": false,
       "description": "Debug mode flag. ALWAYS use false."
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "object",
       "additionalProperties": true
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-crypto-market-summary-07a9518e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
