$0.01
per call · USD Coin on Base
Per-asset snapshot or daily series — composite score, rank, recent returns, realised volatility, Sharpe ratios, plus macro regime with confidence. The 200+ asset master ranking feed for portfolio construction and rotation. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
Endpoint
GET https://cryptyx.ai/api/assets1
Calls / 30d
1
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
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/assets", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://cryptyx.ai/api/assets?assets=&days=30&mode=snapshot&universes=" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"_next": {
"description": "Recommended next calls given the response above.",
"hints": [
{
"method": "GET",
"path": "/api/market-pulse/conviction",
"price_usd": 0.05,
"reason": "Top-N and bottom-N by composite score with regime gating."
},
{
"method": "GET",
"path": "/api/asset/thesis",
"price_usd": 0.05,
"reason": "Claude-narrated conviction thesis for any asset in the list."
}
]
},
"_series_mode_note": "In series mode price_anchor is omitted and assets[] carries daily rows across the last N days (1-365).",
"asof_day": "2026-06-18",
"assets": [
{
"asof_day": "2026-06-18",
"asset": "BTC",
"comp_rank_eq": 1,
"comp_rank_pct": 0.995,
"comp_score": 0.642,
"price_anchor": 71240.55,
"regime": "consolidation",
"regime_confidence": 0.73,
"ret_1d": 0.0142,
"ret_30d": 0.1123,
"ret_7d": 0.0481,
"sharpe_30d": 1.21,
"sharpe_7d": 1.84,
"universe_tag": "core",
"vol_rv_30d": 0.412,
"vol_rv_7d": 0.328
},
{
"asof_day": "2026-06-18",
"asset": "ETH",
"comp_rank_eq": 2,
"comp_rank_pct": 0.99,
"comp_score": 0.518,
"price_anchor": 3812.4,
"ret_1d": 0.0083,
"ret_30d": 0.0744,
"ret_7d": 0.0312,
"sharpe_30d": 0.87,
"sharpe_7d": 1.12,
"universe_tag": "core",
"vol_rv_30d": 0.523,
"vol_rv_7d": 0.451
},
{
"asof_day": "2026-06-18",
"asset": "SOL",
"comp_rank_eq": 3,
"comp_rank_pct": 0.985,
"comp_score": 0.471,
"price_anchor": 168.22,
"ret_1d": -0.0021,
"ret_30d": 0.0489,
"ret_7d": 0.0156,
"sharpe_30d": 0.61,
"sharpe_7d": 0.43,
"universe_tag": "core",
"vol_rv_30d": 0.741,
"vol_rv_7d": 0.672
}
],
"count": 3,
"mode": "snapshot",
"ok": true
}Payment details
0x0cd2c9724f185a029101b4aeacf3f114415c394fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from CRYPTYX & similar services
CRYPTYX · Asset Asymmetry
cryptyx.ai
Cross-class positioning panels per asset — futures funding stress, options 1M risk-reversal skew, order-book imbalance, and 7-day taker buy/sell ratio. Each panel: current z, percentile, 30-day sparkline, one-line narrative. Response carries a _next block with active-signals / thesis / regime-context / top-setups / peer-cluster so an agent can go from positioning read to per-asset conviction, historical edge, or basket construction without leaving the flow. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).
CRYPTYX · Health
cryptyx-ai.vercel.app
Service health probe — build version, last pipeline run, current signal/composite/asset counts. Sub-second, no DB writes. The cheapest end-to-end pay-per-call check before issuing real queries.
CRYPTYX · AI Signals
cryptyx.ai
Per-asset bundle of the latest atomic and composite signal snapshot plus N-day event lookback, grouped by asset. Includes macro regime and confidence. The full signal picture for an agent prompt in one call. Coverage: pass any asset in the CRYPTYX 200+ tracked universe (BTC, ETH, SOL, top-cap + long-tail).