CRYPTYX · Market Pulse Composite Breakdown

by CRYPTYX

GETBase

$0.01

per call · USD Coin on Base

Latest-day breakdown of composite signal trigger stats: per-composite triggered_asset_count, breadth %, top-triggering assets. Snapshot of where the 9 IC-weighted composites are actually firing across 200+ assets right now. Complements /signals/composite/breadth (universe-wide) with per-composite drill-down.

Endpoint

GET https://cryptyx.ai/api/market-pulse/composite-breakdown

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/market-pulse/composite-breakdown", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://cryptyx.ai/api/market-pulse/composite-breakdown?asset=" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "asof_day": "2026-07-08",
  "composites": [
    {
      "breadth_pct": 21.1,
      "composite_id": "CMP_TREND_QUALITY",
      "title": "Trend Quality Composite",
      "top_triggering_assets": [
        "BTC",
        "ETH",
        "SOL"
      ],
      "triggered_asset_count": 42
    },
    {
      "breadth_pct": 14,
      "composite_id": "CMP_FLOW_ACCUMULATION",
      "title": "Flow Accumulation Composite",
      "top_triggering_assets": [
        "LINK",
        "AVAX",
        "MATIC"
      ],
      "triggered_asset_count": 28
    }
  ],
  "durationMs": 156,
  "ok": true
}

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