---
name: express-legacy-production.up.railway.app
description: This host provides two lightweight, no-input market data endpoints: a broad market risk score aggregating volatility and yield signals, and a daily market briefing snapshot covering macro, equities, crypto, forex, and commodities. Both return structured data quickly without requiring parameters or AI-generated narrative. They are designed for fast pre-decision context gathering rather than deep analysis.
host: express-legacy-production.up.railway.app
---

# express-legacy-production.up.railway.app

express-legacy-production.up.railway.app is a minimal market intelligence host serving agents that need a quick structured read on current market conditions before making allocation, routing, or exposure decisions. It covers two complementary angles — risk posture (via a composite score) and market breadth (via a multi-asset snapshot) — without requiring any input parameters. It does not offer per-asset analysis, streaming feeds, or AI-generated narrative.

## When to use this host

Use this host when an agent needs a fast, no-input structured read on current market conditions — either a broad multi-asset snapshot or a composite risk score — as a lightweight pre-decision context step. Do not use it for per-asset or per-protocol risk breakdowns, real-time streaming risk feeds, AI-generated narrative analysis, macro scenario planning, or sector impact assessments. For deeper analysis, the skill metadata references /market/risk-score/analysis, /market/risk-score/pro, /market/daily-briefing/analysis, and /market/daily-briefing/pro endpoints, which may be available on the same host or a more capable alternative host offering those resources.

## Capabilities

### Market Conditions Snapshot

Provides a fast, structured overview of current macro, equity, crypto, forex, and commodity conditions in a single call. Useful as a lightweight context-gathering step before any market-sensitive decision.

- **`fetch-quick-market-briefing`** — Returns a concise daily market snapshot covering macro indicators, equities, crypto prices and trending coins, forex, and commodities in a single lightweight response.

### Market Risk Assessment

Returns a composite risk score derived from crypto volatility, VIX, treasury yields, and recent BTC/S&P500 returns, giving agents a single structured signal for current broad market risk level.

- **`fetch-quick-market-risk-score`** — Returns a fast aggregated market risk score with volatility, VIX, yield, and 30-day return components for broad market exposure assessment.

## Workflows

### Pre-Decision Market Context Check

*Use when an agent needs to assess both current market breadth and overall risk posture before making an allocation or exposure decision.*

1. **`fetch-quick-market-briefing`** — Retrieve a broad snapshot of macro indicators, asset prices, and trending crypto movers to establish current market context.
2. **`fetch-quick-market-risk-score`** — Retrieve the composite risk score to quantify current market risk level and confirm whether conditions are elevated before proceeding with the decision.

## Skill reference

### `fetch-quick-market-risk-score`

**QuickRisk Market Score** — Returns a fast aggregated market risk score with volatility, VIX, yield, and 30-day return components for broad market exposure assessment.

*Use when:* Use when an agent needs a quick, structured read on current market risk conditions — including crypto volatility, VIX levels, treasury yields, and recent BTC/S&P500 returns — before making allocation or exposure decisions.

*Not for:* Do not use for per-asset or per-protocol risk breakdowns; use the /market/risk-score/analysis or /market/risk-score/pro endpoints instead. Not suitable for real-time streaming risk feeds.

**Returns:** Returns a risk_score integer (e.g. 36), a risk_level label (e.g. MODERATE), sub-components for crypto volatility, VIX, treasury yield and spread, 30-day BTC and S&P500 returns, a timestamp, data source metadata, and links to higher-tier upgrade endpoints.

**Example:** `GET https://express-legacy-production.up.railway.app/market/risk-score/quick`

---

### `fetch-quick-market-briefing`

**Quick Market Briefing** — Returns a concise daily market snapshot covering macro indicators, equities, crypto prices and trending coins, forex, and commodities in a single lightweight response.

*Use when:* Use when an agent needs a fast, structured overview of current market conditions including BTC price, S&P 500 returns, treasury yields, VIX, gold, oil, and top trending crypto movers without requiring deep AI analysis.

*Not for:* Do not use when detailed AI-powered narrative analysis, macro scenario planning, or sector impact assessments are needed — use the /market/daily-briefing/analysis or /market/daily-briefing/pro endpoints instead.

**Returns:** Returns a snapshot object with macro indicators (yields, VIX, fed funds rate), S&P 500 30d return, BTC price and correlation, top trending crypto coins, forex rates, gold and oil prices, plus metadata and upgrade paths.

**Example:** `GET https://express-legacy-production.up.railway.app/market/daily-briefing/quick`

---
