---
name: regime.nsgoods.org
description: regime.nsgoods.org exposes a single API endpoint that classifies the current market regime for a crypto asset (e.g., RISK_ON or RISK_OFF) using a composite of technical indicators including RSI, MACD, EMA, funding rate, open interest, and fear/greed index. Each response includes a signed proof bundle, entry/exit rules, and position sizing guidance derived from the regime classification. It is a point-in-time snapshot service, not a streaming or historical data source.
host: regime.nsgoods.org
---

# regime.nsgoods.org

This host serves crypto trading agents that need a structured, rule-based regime classification before making position decisions. Rather than requiring an agent to independently aggregate and interpret multiple technical indicators, it returns a pre-computed regime label with supporting rationale, actionable trading specs, and a cryptographic attestation of the result. It is narrowly scoped to crypto assets and single-shot queries.

## When to use this host

Use this host when an agent needs a pre-computed, multi-indicator regime label (RISK_ON/RISK_OFF) for a crypto asset prior to placing or adjusting positions, and when a cryptographic proof of the classification is required for auditability. Do not use it for historical regime analysis or backtesting — it returns only the current snapshot. Do not use it for streaming price feeds or tick-level data; use a dedicated market data provider instead. It is not applicable to equities, forex, or other non-crypto asset classes. If raw indicator values are needed without regime interpretation, a general-purpose market data API would be more appropriate.

## Capabilities

### Market Regime Classification

Determines the current risk regime for a crypto asset by synthesizing funding rate, RSI, MACD, EMA, fear/greed, and open interest data into a single labeled classification with supporting entry/exit rules, position sizing, and a signed proof bundle.

- **`fetch-market-regime`** — Returns the current market regime classification (e.g. RISK_OFF) for a symbol, with supporting technical indicator inputs, entry/exit rules, position sizing, and a cryptographically signed proof bundle.

## Skill reference

### `fetch-market-regime`

**Regime Check API** — Returns the current market regime classification (e.g. RISK_OFF) for a symbol, with supporting technical indicator inputs, entry/exit rules, position sizing, and a cryptographically signed proof bundle.

*Use when:* Use when an agent needs to determine the current trading regime for a crypto asset before placing or managing positions, or when evaluating whether risk-on or risk-off conditions apply based on funding rate, RSI, MACD, EMA, fear/greed, and OI data.

*Not for:* Do not use for historical regime backtesting or streaming real-time price feeds; this is a single-shot regime snapshot. Not suitable for non-crypto asset classes.

**Inputs:**

- `id` (integer, required) — Identifier for the regime query request.

**Returns:** Returns a signed regime classification (e.g. RISK_OFF) with technical indicator inputs, reasons, a full trading spec (entry/exit rules, position sizing, risk limits, stance), and a cryptographic proof bundle with verdict DELIVERED.

**Example:** `GET https://regime.nsgoods.org/regime?id=1`

---
