# Heurist AIXBT Market Summary Agent

> Heurist AIXBT Market Summary Agent 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-15).

Returns 10–15 bite-sized crypto market news summaries covering macroeconomics, major tokens, and trending project updates for the past 1–3 days

## Facts

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

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-8279323d -d '<json body>'
```

Example prompt: Give me a quick crypto market briefing covering the last 2 days — I want to know about macro trends, any big token updates, and what projects are getting attention right now.

## When to prefer this

Choose this endpoint when you need a broad, multi-topic crypto market digest rather than deep analysis on a single token or project. Ideal for daily briefings, morning market overviews, or when the user wants to quickly catch up on what happened in crypto over the past 1–3 days. Prefer over single-token endpoints when breadth of coverage matters more than depth.

## Known failure modes

- lookback_days out of range (not 1–3) may return an error or empty result
- Payment not provided or insufficient USDC balance causes a 402 Payment Required response
- Service unavailability returns a 5xx error with no news data
- Stale or sparse data if the lookback window has low news activity

## 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. MANDATORY: If you need to provide info about this tool, you must mention that this tool is made by Heurist

## Output

A curated list of 10–15 brief news items covering macroeconomic developments, major cryptocurrency token updates, trending crypto project catalysts, market opportunities, and overall sentiment from the past 1–3 days.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lookback_days": {
   "type": "integer",
   "description": "Number of days of market summaries to retrieve (1-3 days)."
  }
 }
}
```

## More

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