Daily "where to look" leaderboard — top-N and bottom-N assets by composite score with retu
Daily "where to look" leaderboard — top-N and bottom-N assets by composite score with returns, funding/OI z-scores, signal counts, optional thematic scores, and macro regime gating. Stablecoins filtered. Response carries a _next block with thesis / active-signals / asymmetry / regime-context / trade-ideas so an agent can go from "which asset" to "what does the full CRYPTYX stack say about it" in a single hop. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-05
updated
Provider
cryptyx.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x0cD2c9724F185a029101b4AEACf3F114415c394f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"limit": 0
},
"type": "http"
},
"output": {
"example": {
"asof_day": "2026-06-18",
"bottom": [
{
"asset": "CORE",
"comp_rank": 198,
"comp_score": -0.645,
"funding_z": -1.72,
"n_atomic": 2,
"n_composite": 0,
"oi_roc_z": -0.83,
"ret_1d": -0.041,
"ret_7d": -0.118,
"sharpe_7d": -1.34,
"thematic_scores": null
}
],
"durationMs": 412,
"ok": true,
"top": [
{
"asset": "BTC",
"comp_rank": 1,
"comp_score": 0.62,
"funding_z": 1.34,
"n_atomic": 11,
"n_composite": 3,
"oi_roc_z": 0.88,
"regime": "expansion",
"regime_confidence": 0.78,
"ret_1d": 0.018,
"ret_7d": 0.072,
"sharpe_7d": 1.92,
"thematic_scores": {
"CTHM_FLOW_ACCUMULATION": 0.51,
"CTHM_TREND_EXPANSION": 0.74
}
},
{
"asset": "SOL",
"comp_rank": 2,
"comp_score": 0.48,
"funding_z": 0.92,
"n_atomic": 9,
"n_composite": 2,
"oi_roc_z": 1.15,
"regime": "expansion",
"regime_confidence": 0.64,
"ret_1d": 0.024,
"ret_7d": 0.061,
"sharpe_7d": 1.47,
"thematic_scores": {
"CTHM_TREND_EXPANSION": 0.62
}
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Number of assets per side (top and bottom). Integer 5-50, default 10.",
"type": "number"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://cryptyx.ai/api/market-pulse/conviction" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://cryptyx.ai/api/market-pulse/conviction");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://cryptyx.ai/api/market-pulse/conviction")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4375.json, and this resource appears in /discovery/resources and /discovery/search.