# Heurist AIXBTProjectInfo Market Summary

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

Returns 10–15 bite-sized macro and major crypto project news items as a concise market-wide summary

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/solana/agents/AIXBTProjectInfoAgent/get_market_summary
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mesh-heurist-xyz-8febfd29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nl7l4JNvc3Wgv88_bSghU

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 mesh-heurist-xyz-8febfd29 -d '<json body>'
```

Example prompt: Give me a quick market summary — what are the major crypto and macro news items right now?

## When to prefer this

Use this endpoint when you need a rapid, curated snapshot of macro and crypto market news without needing to specify any filters or tickers. Ideal for briefing users on current market conditions, morning market updates, or when you need a broad overview rather than deep analysis of a single asset or project.

## Known failure modes

- Payment failure — insufficient USDC balance or x402 payment not accepted
- Upstream data unavailable — no news items returned if Heurist's data pipeline is down
- Empty response — market data feed temporarily unavailable
- Rate limiting — too many requests in a short time window

## How this service works

Get a summary of recent market-wide news including macroeconomics, major crypto tokens important updates of trending crypto projects. This tool returns 10~15 bite-sized news about various topics like market trends, opportunities and catalysts. Useful for knowing what's going on in crypto.

## Output

A list of 10–15 concise bullet-point news items covering macro economic trends and major cryptocurrency project updates, providing a broad market-wide snapshot.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json"
     ]
    },
    "body": {
     "type": "object",
     "properties": {
      "lookback_days": {
       "type": "integer",
       "description": "Number of days of market summaries to retrieve (1-3 days).",
       "default": 1,
       "minimum": 1,
       "maximum": 3
      },
      "debug": {
       "type": "boolean",
       "description": "Debug mode flag. ALWAYS use false.",
       "default": false
      }
     },
     "required": []
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "result": {
       "type": "object",
       "additionalProperties": true
      }
     }
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mesh-heurist-xyz-8febfd29/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)
