---
name: realmarketapi-market-context
description: Fast market context skill for real-time snapshot, 24h baseline, short trend state, and volatility context before advanced analysis.
version: 1.0
author: RealMarketAPI
tags: [trading, market-context, realtime, baseline, pre-analysis]
---

# RealMarketAPI Market Context Skill

## When to use this skill
- User asks for a quick state check before deep analysis.
- You need an objective context summary for a symbol/timeframe.
- You want to verify whether current action aligns with 24h direction.

## Core Principles
- Always pull fresh data first.
- Keep context concise and factual.
- Separate directional state from confidence.

## Recommended Workflow
1. Get latest quote via get_price.
2. Pull 24h change via get_baseline_candles or equivalent baseline endpoint.
3. Pull last 10-50 bars with get_candles or get_history.
4. Summarize trend, volatility, and baseline alignment.

## Output Format
- Market state: Bullish | Bearish | Neutral.
- Baseline alignment: Aligned | Diverging | Mixed.
- Volatility state: Low | Normal | Elevated.
- Confidence: Low | Medium | High.

## Example User Prompts
- Give me a quick context snapshot for XAUUSD on M15.
- Is EURUSD aligned with its 24h baseline?

