# BRL FX Asset Manager Positioning Intelligence

> BRL FX Asset Manager Positioning 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 analysis of institutional asset manager positioning in the Brazilian Real (BRL) FX market, with provenance, confidence levels, and verified sources.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/brl-fx-asset-manager-positioning
- 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/brl-fx-asset-manager-positioning-intelligence-18f5e7ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_65qRC5RkugXo3egmLo7eO

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 brl-fx-asset-manager-positioning-intelligence-18f5e7ad
```

Example prompt: Pull me the latest institutional asset manager positioning report for the Brazilian Real — I need the confidence level, key intents like leverage and open-interest, and where the data comes from.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed snapshot of institutional asset manager positioning specifically in the Brazilian Real (BRL) FX market, with explicit confidence levels and contradiction flagging. Prefer this over generic macro data feeds when you need auditable, evidence-bounded decision intelligence rather than raw price or flow data. Ideal for compliance-conscious workflows, autonomous agents making FX-related decisions, or investment teams requiring sourced, point-in-time positioning snapshots.

## Known failure modes

- Payment not received or insufficient USDC balance returns 402 Payment Required
- No fresh positioning data available results in degraded data quality status in response
- Source data temporarily unavailable may return partial evidence with limitations noted
- Invalid request format returns 400 Bad Request
- Service timeout or upstream data feed outage returns 503

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for Brazilian Real, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in Brazilian Real as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: positioning analysis summary for BRL FX, quality status and confidence level, classified intents (e.g. leverage, institutional, open-interest), evidence assets and policy, signed provenance with issuer URL, data completeness status, schema version, generation timestamp, a disclaimer clarifying this is market research not investment advice, and a list of coverage limitations.

## 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": "fx",
   "intents": [
    "leverage",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Brazilian Real Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "BRL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "brl-fx-asset-manager-positioning",
  "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/brl-fx-asset-manager-positioning-intelligence-18f5e7ad/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)
