# AIAPI Financial Signal Intelligence

> AIAPI Financial Signal Intelligence is a paid API for AI agents from demo.aiapi.ch, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Analyzes natural language financial queries using live market data across crypto, equities, ETFs, and macro markets, returning structured judgment with reasoning and evidence

## Facts

- Endpoint: POST https://demo.aiapi.ch/v2/analyze
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiapi-financial-signal-intelligence-2ea0f6a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xKCmzbQpifLytlcUKSCLq

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 aiapi-financial-signal-intelligence-2ea0f6a2 -d '<json body>'
```

Example prompt: Analyze Bitcoin right now — give me a structured read on price momentum, funding rates, open interest, and Fear & Greed sentiment so I can decide whether the current move is likely to continue.

## When to prefer this

Choose this endpoint when an AI agent needs nuanced, multi-factor financial signal analysis rather than a simple price lookup. It is especially valuable when the user's question involves combining sentiment, derivatives data, and price action across crypto or equities in a single call. Prefer it over raw data APIs when structured reasoning and evidence are required, not just raw numbers.

## Known failure modes

- Query too vague or lacks a resolvable ticker/asset — returns low-confidence or null data segments
- Live market data unavailable for the requested asset or timeframe — partial response with cached or missing fields
- Onchain verification fails if contract address is malformed or network is unsupported
- Payment not settled via x402 protocol — request rejected with 402 status
- Extremely niche assets may have no data coverage — returns empty evidence with explanation

## How this service works

Financial evidence and pre-execution verification for autonomous agents across crypto, stocks, ETFs, macro and global financial markets. AIAPI independently retrieves relevant evidence, verifies caller-supplied claims and execution conditions, evaluates policy checks, reports missing or conflicting evidence, and returns structured decision and execution verdicts before capital moves.

## Output

Returns a structured JSON response containing contextual financial judgment, supporting evidence, live market data (price, volume, open interest, funding rates, OHLCV, VWAP as applicable), sentiment indicators like Fear & Greed index, and a reasoning chain explaining which factors mattered most for the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aiapi-financial-signal-intelligence-2ea0f6a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from demo.aiapi.ch](https://www.zero.xyz/host/demo.aiapi.ch/llms.txt)
