x402 List

x402 Protocol Service Directory

Trend Signals

Finance PAYMENT-READY

payment-ready until 2026-08-20

Derived crypto trend data for autonomous agents — not a price feed. PP-SuperTrend trend state across ~1,600 crypto assets: bull/bear direction on 1D, 4H and 1W, how many bars ago each asset flipped, the band level at which the trend invalidates, RSI divergences and 14-day momentum. These are computed signals over years of history from a continuously running pipeline, so an agent cannot cheaply reproduce them. Pay per call in USDC on Base from $0.01 — no signup, no API key, no subscription.

Pay from $0.01 to $0.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-03 · no on-chain settlement recorded yet

BASE URL https://trend-signals.com WEBSITE https://trend-signals.com/x402/docs ENDPOINTS 4 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-03 MONITORED SINCE 2026-08-03

ASSESSMENT

updated 1h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
348ms
avg response
192ms
total checks
926

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (13/14): x402 v2 envelope delivered in the payment-required header

13 of 14 x402 conformance checks pass; failing: x402 v2 envelope delivered in the payment-required header. Full checklist below.

jump to compliance checklist

price $0.01 to $0.05 (p45 in Finance)
price (min)
$0.01
price (max)
$0.05
category percentile (min)
p45 in Finance
category percentile (max)
p58 in Finance
endpoints / prices
4 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
43d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-06-28

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides crypto trend signals including PP-SuperTrend states, flips, and RSI divergences for thousands of crypto assets.

category
crypto-trends
in
path
auth
none
cryptotrend-analysistechnical-indicatorsmarket-data

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /x402/divergences/recent $0.02 Base USDC body (v1 style)
GET /x402/flips/recent $0.02 Base USDC body (v1 style)
GET /x402/signal/BTC $0.01 Base USDC body (v1 style)
GET /x402/signals $0.05 Base USDC body (v1 style)
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /x402/divergences/recent returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://trend-signals.com/x402/divergences/recent'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2030fFaf1a4DBe3615Eb6dCbF392F9B4b1e44B71",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://trend-signals.com/x402/signals",
      "tags": [
        "crypto",
        "trend-signals",
        "supertrend",
        "technical-analysis",
        "market-data"
      ],
      "mimeType": "application/json",
      "description": "Full derived sweep across ~1.6k crypto assets: trend state, flip age, bands, per-timeframe signals, momentum. The whole book in one call.",
      "serviceName": "Trend Signals"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 500,
              "state": "bull"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1615,
              "signals": [
                {
                  "price": 0.0044186,
                  "symbol": "AKE",
                  "band_1d": 0.00017829051,
                  "signal_1d": "bull",
                  "signal_4h": "bull",
                  "flip_state": "bull",
                  "momentum_14d": 207.3,
                  "since_flip_pct": 552.96,
                  "candles_since_flip": 16
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "number",
                      "description": "Maximum rows to return."
                    },
                    "state": {
                      "type": "string",
                      "description": "Filter to 'bull' or 'bear' trend only."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2030fFaf1a4DBe3615Eb6dCbF392F9B4b1e44B71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://trend-signals.com/x402/signal/BTC",
      "tags": [
        "crypto",
        "trend-signals",
        "supertrend",
        "technical-analysis",
        "market-data"
      ],
      "mimeType": "application/json",
      "description": "PP-SuperTrend state for ONE crypto asset: 1D/4H/1W signal, flip age in bars, band levels, divergence and 14d momentum.",
      "serviceName": "Trend Signals"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "signal": {
                "price": 0.0044186,
                "symbol": "AKE",
                "band_1d": 0.00017829051,
                "signal_1d": "bull",
                "signal_4h": "bull",
                "flip_state": "bull",
                "momentum_14d": 207.3,
                "since_flip_pct": 552.96,
                "candles_since_flip": 16
              },
              "symbol": "AKE",
              "generated_at": "2026-07-31T04:00:00Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2030fFaf1a4DBe3615Eb6dCbF392F9B4b1e44B71",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://trend-signals.com/x402/flips/recent",
      "tags": [
        "crypto",
        "trend-signals",
        "supertrend",
        "technical-analysis",
        "market-data"
      ],
      "mimeType": "application/json",
      "description": "Assets whose PP-SuperTrend trend flipped most recently, newest first, with price and band at the flip.",
      "serviceName": "Trend Signals"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 50
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "flips": [
                {
                  "symbol": "CXT",
                  "direction": "bear",
                  "timeframe": "4h",
                  "flipped_at": "2026-07-31T04:37:57.182Z",
                  "asset_class": "crypto"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "number",
                      "description": "Maximum rows to return."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2030fFaf1a4DBe3615Eb6dCbF392F9B4b1e44B71",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://trend-signals.com/x402/divergences/recent",
      "tags": [
        "crypto",
        "trend-signals",
        "supertrend",
        "technical-analysis",
        "market-data"
      ],
      "mimeType": "application/json",
      "description": "Current RSI divergences (price/RSI disagreement) across the crypto universe.",
      "serviceName": "Trend Signals"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 50
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "divergences": [
                {
                  "kind": "bearish",
                  "symbol": "ETH",
                  "timeframe": "4h"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "number",
                      "description": "Maximum rows to return."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 24h selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/trend-signals/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 159ms avg08-1308-13
24h UPTIME 100%
RESPONSE TIME
08-13 · 159ms avg08-13 · 159ms avg08-1308-13
AVG RESP 192ms
PRICE (captured 402, USD)
08-12 · $0.0208-13 · $0.02$0.0208-1208-13

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-12 uptime: 100.0% compliance: 93% checks08-13 uptime: 100.0% compliance: 93% checksuptimecompliance08-1208-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/14 checks pass · grade A · failing: x402 v2 envelope delivered in the payment-required header

last 402 captured 2026-08-03 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 120ms
● OK 153ms
● OK 211ms
● OK 153ms
● SLOW 452ms
● OK 99ms
● OK 104ms
● OK 54ms
● OK 131ms
● OK 86ms
● OK 140ms
● OK 186ms
● OK 101ms
● OK 201ms
● OK 157ms
● OK 100ms
● OK 115ms
● OK 101ms

EMBED THIS BADGE

Show that Trend Signals is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Trend Signals listed on x402-list
status
Trend Signals uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/trend-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/trend-signals.svg" alt="Trend Signals listed on x402-list" height="28">
</a>
// Markdown
[![Trend Signals on x402-list](https://x402-list.com/badge/trend-signals.svg)](https://x402-list.com/services/trend-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/trend-signals?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/trend-signals.svg?data=uptime" alt="Trend Signals uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/trend-signals/update.