GET /api/v1/market
Example
curl -s \
-H "Authorization: Bearer kv_live_YOUR_KEY" \
"https://app.kvantrank.com/api/v1/market"
Response fields
meta
| Field | Type | Description |
|---|
meta.product | string | Product identifier (Kvantrank Data API). |
meta.tagline | string | Short product summary. |
meta.docs | string | URL to public API documentation. |
meta.date_utc | string | UTC date of the managed pipeline snapshot (YYYY-MM-DD). |
meta.generated_at_utc | string | When the snapshot was generated (ISO 8601). |
market
| Field | Type | Description |
|---|
market.fear_greed | number | null | Fear and Greed index for crypto. |
market.altseason | number | null | Altseason index (higher = more alt outperformance). |
market.total_mcap | number | null | Total crypto market cap (USD). |
market.total_mcap_change | number | null | 24-hour change in total market cap (%). |
market_history[]
| Field | Type | Description |
|---|
market_history[].date_utc | string | UTC date for the history row. |
market_history[].total_mcap | number | null | Total market cap on that day. |
market_history[].fear_greed | number | null | Fear and Greed index. |
market_history[].altseason | number | null | Altseason index. |
top_coins[]
| Field | Type | Description |
|---|
top_coins[].coingecko_id | string | CoinGecko id. |
top_coins[].symbol | string | Ticker symbol. |
top_coins[].name | string | Display name. |
top_coins[].mcap_rank | number | null | Rank in the top-50 snapshot (1-50). |
top_coins[].price_usd | number | null | Spot USD price. |
top_coins[].price_change_24h | number | null | 24-hour price change (%). |
signals
| Field | Type | Description |
|---|
signals.coins_tracked | number | null | Coins in the tracked universe. |
signals.candidates | number | null | Coins in the breakout candidate band. |
signals.social_provider | string | null | Active social signal provider for the run. |
signals.google_news_count | number | null | News articles counted in the run. |
signals.gemini_catalyst_count | number | null | Catalyst labels generated in the run. |
Snapshot fields (price, cap, volume) align to the same UTC pipeline run as Kvantrank scores. Intraday charting may need a separate live feed.