# MSCI Emerging Markets Leveraged Positioning Momentum Intelligence

> MSCI Emerging Markets Leveraged Positioning Momentum Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed momentum and leveraged-fund positioning analysis for MSCI Emerging Markets, with provenance, confidence ratings, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/msci-em-leveraged-positioning-momentum
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/msci-emerging-markets-leveraged-positioning-momentum-intelligence-0123f38c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ojoYX99lj2ym7HB_GUSOg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability msci-emerging-markets-leveraged-positioning-momentum-intelligence-0123f38c
```

Example prompt: Pull the latest MSCI Emerging Markets leveraged positioning momentum report from Edge Agents — I need the confidence level, quality status, and any contradictions flagged in the evidence.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed momentum and leveraged positioning intelligence specifically for the MSCI Emerging Markets index, with explicit provenance, confidence ratings, and contradiction disclosure — particularly for AI agents or business leaders who need auditable, bounded decisions rather than raw price data or unattributed market opinions. Prefer it over generic financial data APIs when provenance and verification of EM macro signals matter.

## Known failure modes

- Payment not provided or insufficient USDC balance — endpoint returns HTTP 402 requiring x402 payment
- Data temporarily unavailable for the requested point-in-time — dataStatus field may reflect incomplete coverage
- Source freshness lag — evidence may reflect a prior reporting window; limitations are disclosed in the paid report
- Malformed request — schema expects specific object structure; missing required fields may result in error response
- Network timeout or service downtime — no response or HTTP 5xx

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing a quality status (e.g. 'strong') and confidence level (e.g. 'high'), an analysis block with asset family, momentum intents, and a narrative summary, an evidence block listing assets (MSCI-EM), policy, and sources, provenance metadata including issuer URL and signature status, a generatedAt timestamp, a schemaVersion, a dataStatus field, and a disclaimer noting the data is general market research and not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "equities",
   "intents": [
    "momentum",
    "leverage",
    "evidence",
    "positioning",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh MSCI Emerging Markets Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "MSCI-EM"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "msci-em-leveraged-positioning-momentum",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/msci-emerging-markets-leveraged-positioning-momentum-intelligence-0123f38c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
