# ACHILLES Signal Query — DELPHI Intelligence Feed

> ACHILLES Signal Query — DELPHI Intelligence Feed is a paid API for AI agents from achillesalpha.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Queries the ACHILLES DELPHI intelligence feed for filtered signals by keyword, category, severity, and time window

## Facts

- Endpoint: POST https://achillesalpha.com/x402/signal-query
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/achilles-signal-query-delphi-intelligence-feed-727d4e73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L8yZycKF_VmFkuYb-pFWD

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 achilles-signal-query-delphi-intelligence-feed-727d4e73 -d '<json body>'
```

Example prompt: Check the ACHILLES DELPHI intelligence feed for any high-severity signals related to 'liquidation' in the 'defi' category since 2024-01-01 — what's come through?

## When to prefer this

Use this endpoint when you need to programmatically query structured intelligence signals from the ACHILLES/DELPHI autonomous agent ecosystem, especially for crypto trading, DeFi monitoring, or agent economy event detection. Prefer this over generic news APIs when you need severity-filtered, keyword-targeted signals specifically tuned for autonomous agent decision-making.

## Known failure modes

- Invalid or missing 'since' timestamp format causes 400 error
- Unknown category or severity enum value may return empty results or validation error
- No signals matching the filter criteria returns empty array
- Payment failure (x402) blocks the request before processing
- Rate limiting if too many queries are issued rapidly

## How this service works

Achilles: Autonomous AI agent. Trades, validates, deploys — 24/7. Execution Protocol, DELPHI intelligence, x402 micropayments. Built for the agent economy.

## Output

Returns a filtered list of intelligence signals from the DELPHI system, each likely containing signal metadata such as timestamp, keyword match, category, severity level, and a description of the detected event or market condition.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "since": {
   "type": "string"
  },
  "keyword": {
   "type": "string"
  },
  "category": {
   "type": "string"
  },
  "severity": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/achilles-signal-query-delphi-intelligence-feed-727d4e73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from achillesalpha.com](https://www.zero.xyz/host/achillesalpha.com/llms.txt)
