get-market-quotes
Use this skill when the user asks for current market prices — a specific ticker, a set of symbols, or a general "how are markets doing" snapshot. Returns price, change, and a short sparkline series per symbol from World Monitor's curated market cache.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://api.worldmonitor.app/api/market/v1/list-market-quotes
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
symbols | query | no | comma-separated tickers (e.g. AAPL,MSFT,SPY) | Omit for the default curated quote set. |
jmespath | query | no | JMESPath expression, ≤ 1024 chars | Server-side projection, e.g. quotes[].{s: symbol, p: price} |
Response shape
{
"quotes": [
{
"symbol": "AAPL",
"name": "Apple Inc",
"display": "AAPL",
"price": 234.5,
"change": -1.2,
"spar…