# SignalsFeed AI Signals Feed

> SignalsFeed AI Signals Feed is a paid API for AI agents from www.signalsfeed.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves verified AI, semiconductor, and macro market signals with credibility scoring via free discovery or $0.01 USDC micropayment for up to 20 premium full signals

## Facts

- Endpoint: GET https://www.signalsfeed.com/api/v1/ai
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalsfeed-ai-signals-feed-42a7a537
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OQDT_h5N7N8ftu9AeCuaZ

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 signalsfeed-ai-signals-feed-42a7a537
```

Example prompt: Pull up to 20 premium full signals from SignalsFeed for AI and semiconductor topics — use quality_status=premium and include topics — I'm okay spending $0.01 USDC to unlock them.

## When to prefer this

Choose this endpoint when an AI agent needs verified, credibility-scored signals about AI industry developments, semiconductor trends, or macro conditions and is willing to spend $0.01 USDC per call for up to 20 full premium signals. Prefer it over generic news APIs when credibility scoring and x402 micropayment-gated premium content are required. Use the free discovery mode (quality_status, since, limit, cursor) for browsing available signal inventory before committing payment.

## Known failure modes

- Payment of $0.01 USDC not processed — returns teaser/limited signals instead of full premium content
- Invalid or expired UUIDs in ids parameter — signals array returns empty or partial results
- Invalid cursor value — pagination fails with an error response
- since timestamp in wrong format — filter ignored or 400 error returned
- Requested limit exceeds 100 — capped or rejected
- No premium signals available at query time — returns empty signals array with count 0

## How this service works

SignalsFeed is a signals feed for AI agents: verified AI, semiconductor, and macro signals with credibility scoring, source links, and x402 micropayments. $0.01 returns up to 20 premium full signals.

## Output

A JSON object containing a count of returned signals, format indicator ('full' for paid, 'teaser' for free), an array of signal objects each with credibility scores and source links, optional top_topics and top_signals arrays, and a next_cursor for pagination with a has_more flag.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    },
    "queryParams": {
     "type": "object",
     "required": [
      "ids"
     ],
     "properties": {
      "ids": {
       "type": "string",
       "description": "Comma-separated article UUIDs. Max 20 per paid request."
      },
      "limit": {
       "type": "integer",
       "default": 20,
       "maximum": 20,
       "minimum": 1
      }
     },
     "additionalProperties": false
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "count": 0,
     "format": "full",
     "signals": []
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 0,
  "format": "full",
  "signals": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalsfeed-ai-signals-feed-42a7a537/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.signalsfeed.com](https://www.zero.xyz/host/www.signalsfeed.com/llms.txt)
