# SignalsFeed Sentiment Signals Feed

> SignalsFeed Sentiment 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-14).

Returns up to 20 verified AI, semiconductor, and macro sentiment signals with credibility scoring and source links via x402 micropayment

## Facts

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

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-sentiment-signals-feed-e2f7c0cc
```

Example prompt: Pull me the latest AI, semiconductor, and macro sentiment signals from SignalsFeed — give me the full format with credibility scores and source links.

## When to prefer this

Use this endpoint when an AI agent needs verified, credibility-scored sentiment signals across AI, semiconductor, or macro domains with traceable source links. Ideal for agents making research, trading, or market-intelligence decisions that require trustworthy, pre-curated signals rather than raw news scraping. The x402 micropayment model ($0.01 USDC) makes it cost-effective for per-call usage without subscription commitments.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- No signals currently available (empty signals array, count 0)
- Invalid or malformed request (400 Bad Request)
- Rate limit exceeded (429 Too Many Requests)
- Service temporarily unavailable (503)

## 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 signals returned, the format type (full), and an array of up to 20 premium signals each with verified sentiment data, credibility scores, and source links covering AI, semiconductor, and macro domains.

## 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-sentiment-signals-feed-e2f7c0cc/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)
