# ScriptMasterLabs Cascade Signal API

> ScriptMasterLabs Cascade Signal API is a paid API for AI agents from mcp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a cascade signal analysis for a given equity ticker symbol, paid per-call via x402 crypto micropayment

## Facts

- Endpoint: POST https://mcp-x402-discovery.onrender.com/x402/cascade-signal
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-cascade-signal-api-be408965
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afPbNN-gmAY5QvjqUQKcM

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 scriptmasterlabs-cascade-signal-api-be408965 -d '<json body>'
```

Example prompt: Can you pull the cascade signal for TSLA from the ScriptMasterLabs data API?

## When to prefer this

Choose this endpoint when you need a cascade signal specifically for equity tickers and are able to pay $0.001 USDC per call via x402 on Base or via sovereign X-PAYMENT-TX on Robinhood Chain. Prefer this over generic financial data APIs when your workflow requires crypto micropayment-gated, per-call access without a traditional API subscription, or when integrating with x402-aware agent pipelines.

## Known failure modes

- 402 Payment Required — if no valid x402 payment or API key is provided, the endpoint returns HTTP 402 and the request is rejected
- Invalid or missing ticker symbol — empty or malformed symbol field may return an error or empty result
- Unknown ticker — unrecognized equity symbols may return no signal data
- Service unavailability — hosted on Render free tier, cold starts may cause timeouts
- Expired or insufficient payment — if USDC payment on Base or USDG on Robinhood Chain is not processed, access is denied

## How this service works

Pay-per-call crypto, RWA, federal, SEC, Section 8/HUD housing, and compliance APIs via x402. Primary: USDC on Base (eip155:8453). Also accepts Global Dollar (USDG) on Robinhood Chain (eip155:4663) via sovereign X-PAYMENT-TX. Hyphen routes only (e.g. /x402/gas-tracker, /x402/pha-lookup, /x402/sec-8k). MARKETPLACE REVIEW: use free /x402/playground/* (no key, no payment). Production /x402/* returns 402 unless paid via x402 or X-Api-Market-Key / X-API-Key from seller dashboard.

## Output

A cascade signal result object for the requested equity ticker, indicating market signal state or cascade conditions relevant to trading or risk analysis. The response is a JSON object whose structure is not fully documented but contains signal-related data for the given symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Equity ticker."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-cascade-signal-api-be408965/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402-discovery.onrender.com](https://www.zero.xyz/host/mcp-x402-discovery.onrender.com/llms.txt)
