---
name: macropulse.theaslangroupllc.com
description: macropulse.theaslangroupllc.com provides a single-endpoint crypto market snapshot covering BTC and ETH prices, the Fear & Greed index, market dominance figures, a risk tone classification, and a macro context narrative. Output is localized by language parameter. It does not stream data or cover altcoins beyond Bitcoin and Ethereum.
host: macropulse.theaslangroupllc.com
---

# macropulse.theaslangroupllc.com

MacroPulse is a lightweight market-context service targeting agents that need a quick, structured read on overall crypto market conditions before making trading or research decisions. It serves use cases where a human-readable risk tone and sentiment summary matter as much as raw price data. It is not a full market data provider and does not replace dedicated OHLCV or order-book feeds.

## When to use this host

Use this host when an agent needs a fast, structured macro read on the crypto market — specifically BTC/ETH prices, sentiment index, dominance, and a risk tone label — in a single call. It is well-suited for pre-trade context checks or research summaries where a narrative macro framing is useful. Do not use it for real-time streaming prices, historical OHLCV data, or analysis of altcoins beyond BTC and ETH; use a dedicated market data API (e.g., CoinGecko, Binance, or a financial data provider) for those needs. It also does not support portfolio-level analysis, on-chain metrics, or order execution.

## Capabilities

### Crypto Market Snapshot

Delivers a point-in-time overview of crypto market conditions including BTC/ETH pricing, Fear & Greed index, dominance metrics, risk tone, and a macro narrative in the requested language.

- **`fetch-crypto-pulse`** — Returns a crypto market snapshot including BTC/ETH prices, Fear & Greed index, market dominance, risk tone, and macro context narrative for a given language.

## Skill reference

### `fetch-crypto-pulse`

**Crypto Pulse** — Returns a crypto market snapshot including BTC/ETH prices, Fear & Greed index, market dominance, risk tone, and macro context narrative for a given language.

*Use when:* Use when an agent needs a current crypto market overview covering Bitcoin and Ethereum pricing, market cap, dominance, sentiment classification, and macro risk tone to inform trading or research decisions.

*Not for:* Do not use for real-time streaming price feeds or historical price data; use a dedicated market data API instead. Not suitable for individual altcoin analysis beyond BTC and ETH.

**Inputs:**

- `lang` (string) — Language code for the response narrative (e.g. en, es, fr, de, ja, zh, ko, pt, ar). Defaults to en. Any language code is forwarded to the model without strict validation.

**Returns:** Returns a JSON object with headline, risk_tone, fear_greed index (value+classification+interpretation), BTC and ETH price snapshots, aggregate market dominance, macro narrative, and agent action guidance.

**Example:** `GET https://macropulse.theaslangroupllc.com/api/crypto-pulse?lang=en`

---
