# SignalsFeed Trading Signals API

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

Returns structured macro-driven trading signals covering market timing, commodity catalysts, rate-sensitive moves, and equities context with credibility scoring

## Facts

- Endpoint: GET https://signalsfeed.com/api/v1/trading
- 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-com-0aafe4c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nkcFqt7n1_bgWzMPPXyZZ

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-com-0aafe4c5
```

Example prompt: Pull me the latest macro-driven trading signals right now, including any rate-sensitive moves, commodity catalysts, and equities context — I want to see the credibility scores too so I know which signals are most reliable.

## When to prefer this

Choose this endpoint when you need structured, credibility-scored trading signals derived from macro-economic conditions, interest rate movements, commodity catalysts, and equities context. Ideal for AI agents that need actionable market timing signals rather than raw price data or news feeds. Prefer over general financial news APIs when you need pre-scored, agent-ready signal output with macro context.

## Known failure modes

- Missing or invalid authentication / payment header returns 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Service unavailable or data feed outage returns 503
- Malformed request parameters return 400 Bad Request
- No signals available for current market conditions may return empty result set

## How this service works

Trading signals API for AI agents. Covers macro-driven market timing, commodity catalysts, rate-sensitive moves, and equities context. Structured signals with credibility scoring. Pay-per-request via x402; free discovery available.

## Output

A structured set of trading signals covering macro-driven market timing, commodity catalysts, rate-sensitive moves, and equities context, each accompanied by a credibility score to indicate signal reliability.

## 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-com-0aafe4c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalsfeed.com](https://www.zero.xyz/host/signalsfeed.com/llms.txt)
