# 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-14).

Analyzes financial news and market signals to score risk, credibility, and actionability across crypto, stocks, ETFs, and macro markets

## Facts

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

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

Example prompt: Analyze this financial news snippet for me: 'The Fed unexpectedly raised rates by 75bps citing persistent inflation' — give me a risk score, credibility score, and actionability rating so I know how seriously to weight it in my trading strategy.

## When to prefer this

Choose this endpoint when you need fast, structured scoring of financial text signals — especially for autonomous trading agents, risk monitors, or news-processing pipelines that need to triage market-moving information across crypto, equities, and macro domains. Prefer this over generic sentiment analysis when you need domain-specific financial risk and credibility dimensions rather than simple positive/negative tone.

## Known failure modes

- Empty or too-short text input returns a validation error
- Non-financial text may produce low-confidence or irrelevant scores
- Ambiguous or poorly sourced rumors may score low credibility with no definitive classification
- Rate limiting or payment failures return 402 errors requiring USDC payment
- Service may be unavailable or return 5xx errors during high-load periods

## 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

A structured assessment including numerical risk score, credibility score, and actionability score for the submitted financial text, along with signal classification (e.g. macro event, security incident, earnings, regulatory) and estimated market-moving potential.

## 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-5463e070/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)
