Universe-wide composite breadth at one horizon — bullish/bearish/neutral counts
Universe-wide composite breadth at one horizon — bullish/bearish/neutral counts and percentages across 200+ assets, sliced by regime, with full per-asset stance list. Is this rally broad or concentrated?
Answeringour last check, 2026-09-24
1 of 1checks answered this week
412 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://cryptyx.ai/api/signals/composite/breadth
| Category | Everything else |
|---|---|
| Provider host | cryptyx.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 412 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"day": "2026-06-18",
"horizon": "7d",
"threshold": 0.05
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"day": {
"description": "Optional asof_day in YYYY-MM-DD format. Defaults to latest available.",
"example": "2026-06-18",
"type": "string"
},
"horizon": {
"description": "Composite horizon (default 7d)",
"enum": [
"7d",
"14d",
"30d"
],
"type": "string"
},
"threshold": {
"description": "Score threshold for bullish/bearish classification, 0-1 (default 0.05)",
"example": 0.05,
"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"
}