# 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 to return structured judgment, reasoning, and evidence across crypto, equities, ETFs, and macro markets

## Facts

- Endpoint: POST https://demo.aiapi.ch/v1/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-0ddaaea5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__bx5MOUP8BTHaJ6uFLoM5

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

Example prompt: What does the current open interest and funding rate on Bitcoin futures say about market positioning, and is the Fear & Greed index confirming the trend?

## When to prefer this

Choose this endpoint when you need context-aware, multi-factor financial analysis that goes beyond raw data retrieval — especially when combining crypto derivatives signals (funding rates, open interest) with sentiment indicators (Fear & Greed) or when you need onchain verification alongside market data. Prefer over generic data APIs when you need structured judgment with reasoning, not just raw numbers.

## Known failure modes

- Query too vague or ambiguous for meaningful signal extraction
- Requested asset not covered or data unavailable for that ticker
- Onchain data unavailable for the specified network or contract
- Live market data feed temporarily unavailable, returning stale or partial data
- Malformed or empty query text returns validation error

## 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 response containing financial judgment, reasoning chain, supporting evidence, and where available: live price/volume data, funding rates, open interest figures, Fear & Greed index readings, VWAP, OHLCV values, and onchain transaction or contract details — all contextualized to the original 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-0ddaaea5/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)
