# AIAPI Financial Signal Intelligence

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

Analyzes financial text to score risk, credibility, and actionability of market-moving signals across crypto, stocks, ETFs, and macro events

## Facts

- Endpoint: POST https://api.aiapi.ch/v1/analyze
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aiapi-financial-signal-intelligence-ac17721e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3W2za8idV7JB5XgaHByl6

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

Example prompt: Score the risk, credibility, and actionability of this financial signal: 'Binance has halted withdrawals citing a security breach affecting $200M in BTC holdings — unconfirmed reports from three traders on X.'

## When to prefer this

Choose this endpoint when an agent needs to rapidly evaluate whether a financial news item, rumor, or event is credible and actionable — especially for autonomous trading, risk monitoring, or alert triage workflows across crypto, equities, and macro markets. It is specifically suited for agents that need structured risk/credibility scoring rather than raw sentiment or simple classification.

## Known failure modes

- Empty or too-short text input returns validation error
- Ambiguous non-financial text may produce low-confidence scores
- Payment failure via x402 protocol returns 402 status
- Rate limiting or quota exceeded returns 429 error
- Malformed JSON body returns 400 error

## How this service works

Financial Signal Intelligence for autonomous agents across crypto, stocks, ETFs, macro and global financial markets. Analyze financial news, market rumors, earnings announcements, central bank decisions, regulatory actions, exchange incidents, security events, stablecoins, macroeconomic events, fraud detection signals and market-moving developments to score financial risk, credibility and actionability.

## Output

Returns a structured assessment of the submitted financial text including risk score, credibility score, actionability score, signal type classification, and relevant market impact indicators across crypto, equities, or macro domains.

## 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-ac17721e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aiapi.ch](https://www.zero.xyz/host/api.aiapi.ch/llms.txt)
