# Trend Intent Raw Signal JSON

> Trend Intent Raw Signal JSON is a paid API for AI agents from gleaming-cassata-d41682.netlify.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a raw trend intent signal (TREND_INTENT_RAW_SIGNAL_001) as a JSON payload via GET request

## Facts

- Endpoint: GET https://gleaming-cassata-d41682.netlify.app/api/x402/trend-intent-raw-signal-json
- 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/gleaming-cassata-d41682-netlify-app-56f0a8b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zYuc9KmXMJGaaqFON_nur

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 gleaming-cassata-d41682-netlify-app-56f0a8b0
```

Example prompt: Can you fetch the latest raw trend intent signal (TREND_INTENT_RAW_SIGNAL_001) and give me the JSON data?

## When to prefer this

Use this endpoint when you need the raw trend intent signal in JSON format, specifically the TREND_INTENT_RAW_SIGNAL_001 data type, and are working within an x402 micropayment-enabled agent workflow.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required)
- Endpoint temporarily unavailable (503)
- Malformed or empty JSON response if signal data is missing
- Rate limit exceeded returning 429

## How this service works

Read-only x402-paid MCP data service. Hardware-wallet buyer-intent and self-custody onboarding-friction signals. $0.01 USDC on Base mainnet. No PII.

## Output

A JSON object containing the TREND_INTENT_RAW_SIGNAL_001 data, representing raw trend intent signals at the time of the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "enum": [
      "http"
     ],
     "type": "string"
    },
    "method": {
     "enum": [
      "GET",
      "POST"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object"
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "schema": [
   "row_id",
   "topic",
   "buyer_intent_score"
  ],
  "records": [
   {
    "topic": "ledger_vs_trezor",
    "row_id": "r1",
    "buyer_intent_score": 0.81
   }
  ],
  "asset_id": "TREND_INTENT_RAW_SIGNAL_CSV_001",
  "row_count": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gleaming-cassata-d41682-netlify-app-56f0a8b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gleaming-cassata-d41682.netlify.app](https://www.zero.xyz/host/gleaming-cassata-d41682.netlify.app/llms.txt)
