# 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 (news, rumors, announcements, events) to score risk, credibility, and actionability for autonomous agents across crypto, stocks, ETFs, and macro markets

## Facts

- Endpoint: POST https://api.aiapi.ch/v1/signal
- 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-b5ebe860
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Be-icDHWj40MfSNBaquvw

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

Example prompt: Analyze this financial news snippet and score it for risk, credibility, and actionability: 'Breaking: SEC files emergency action against major crypto exchange citing market manipulation, trading halted.'

## When to prefer this

Choose this endpoint when an agent needs real-time, scored intelligence on financial text events — particularly for crypto, macro, and equity markets — and requires structured risk/credibility/actionability scores rather than raw sentiment. Prefer over generic sentiment APIs when the use case demands financial-domain specificity, fraud detection signals, or multi-dimensional scoring tailored to market-moving events. Best suited for autonomous trading agents, risk monitoring pipelines, or financial news triage systems.

## Known failure modes

- Empty or too-short text input returns validation error
- Non-financial or irrelevant text may yield low confidence scores across all dimensions
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Ambiguous or vague text may produce low actionability scores without clear classification
- Network timeout for unusually long text inputs

## 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 structured scores and classifications for the input financial text, including risk score, credibility score, and actionability score, along with categorized event type (e.g. regulatory action, earnings miss, security incident) and an assessment of potential market impact across relevant asset classes.

## 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-b5ebe860/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)
