# SignalPulse On-Demand Trade Signal Generator

> SignalPulse On-Demand Trade Signal Generator is a paid API for AI agents from signalpulse.theaslangroupllc.com, paid per call via x402, $1.99/call, status unknown (last checked 2026-09-15).

Generates a full directional trading signal for any instrument and timeframe, combining live technicals, COT positioning, macro data, on-chain/derivatives analytics, news sentiment, and an executable entry/stop/target trade contract.

## Facts

- Endpoint: GET https://signalpulse.theaslangroupllc.com/api/signal/generate
- Price: $1.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-on-demand-trade-signal-generator-23cee72e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R_5Wb5q44T3BfNqQl7h3O

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 signalpulse-on-demand-trade-signal-generator-23cee72e
```

Example prompt: Give me a full trade signal for EUR/USD on the 4-hour timeframe — I want the RSI, MACD, COT positioning, macro backdrop, news sentiment, and an exact entry, stop-loss, and profit target.

## When to prefer this

Choose this endpoint when you need a single, multi-layered directional trade signal that fuses technicals, macro, COT, on-chain/derivatives, and news sentiment into one executable output. It is especially valuable when you want an institutional-grade read with a specific entry/stop/target rather than raw indicator values alone. Prefer this over scanning endpoints when you know the exact instrument and timeframe and need a complete, actionable trade contract.

## Known failure modes

- Unsupported instrument symbol returns an error or empty signal
- Invalid or unsupported timeframe value causes a bad request response
- Stale or unavailable data sources (FRED, COT, on-chain) may result in partial signal output
- Payment of $1.99 USDC not fulfilled triggers a 402 Payment Required response
- Rate limiting may occur under high call volume

## How this service works

SignalPulse on-demand trade signal — pass any instrument (FX pair, metals/oil/indices CFD, crypto, or US equity) and a timeframe (1h/4h/1d/3d/1w/1m/3m) and get a full directional signal: live technicals (RSI/MACD/EMA/ATR), COT positioning, FRED macro, the on-chain/derivatives stack for crypto, news sentiment, and an executable entry/stop/target trade contract sized to the timeframe.

## Output

Returns a structured trading signal including: directional bias (buy/sell/neutral), live technical indicators (RSI, MACD, EMA, ATR), COT positioning summary, FRED macro context, on-chain and derivatives stack (for crypto), news sentiment score, and an executable trade contract with specific entry price, stop-loss, and profit target sized to the requested timeframe.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-on-demand-trade-signal-generator-23cee72e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse.theaslangroupllc.com](https://www.zero.xyz/host/signalpulse.theaslangroupllc.com/llms.txt)
