CRYPTYX · Composite Momentum

by CRYPTYX

GETBase

$0.01

per call · USD Coin on Base

N-day rolling delta on composite scores (master + per-class) with direction label (building / fading / steady). Detects conviction acceleration or decay — "is this composite gaining or losing energy?" Complements /signals/composite/heatmap (levels) with change-detection. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.

Endpoint

GET https://cryptyx.ai/api/signals/composite/momentum

1

Calls / 30d

1

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://cryptyx.ai/api/signals/composite/momentum", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://cryptyx.ai/api/signals/composite/momentum?horizon=&window=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "classes": {
    "FLOW": {
      "current": 0.42,
      "delta": 0.02,
      "direction": "steady"
    },
    "TR": {
      "current": 0.71,
      "delta": 0.08,
      "direction": "building"
    },
    "VOL": {
      "current": 0.38,
      "delta": -0.11,
      "direction": "fading"
    }
  },
  "horizon": "7d",
  "master": {
    "current": 0.62,
    "delta": 0.14,
    "direction": "building",
    "prior": 0.48
  },
  "ok": true,
  "window": 3
}

Payment details

Pay to0x0cd2c9724f185a029101b4aeacf3f114415c394f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from CRYPTYX & similar services