# Edge Agents US Treasury 2Y Pulse

> Edge Agents US Treasury 2Y Pulse 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, provenance-signed decision intelligence on the US 2-Year Treasury yield, including momentum signals, rate policy context, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-treasury-2y-pulse
- 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/edge-agents-us-treasury-2y-pulse-8e409bd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yZJcy3hyDYEtv_6CEBVQD

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 edge-agents-us-treasury-2y-pulse-8e409bd6
```

Example prompt: Pull the latest US 2-Year Treasury pulse from Edge Agents — I want the momentum signal, confidence level, and any contradictions in the current rate evidence.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed macro intelligence report on the US 2-Year Treasury specifically — with explicit confidence levels, contradiction flags, and verifiable sourcing. Prefer it over raw data feeds when the consumer (human executive or autonomous agent) needs bounded, decision-ready output rather than raw yield numbers. It is particularly suited for agentic workflows that must log evidence provenance or surface contradictions in rate signals.

## Known failure modes

- Payment not received or USDC balance insufficient — 402 Payment Required returned before report is delivered
- Service temporarily unavailable due to upstream data source outage — report may be incomplete or delayed
- Data marked as stale if source freshness cannot be verified — limitations field will explicitly state this
- Malformed request may return 400 error if unexpected query parameters conflict with schema

## How this service works

Direct US Treasury two-year par yield with five and twenty-two-observation basis-point momentum. Purpose: Measure short-end US Treasury rate pressure using the Treasury's own daily yield-curve feed. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: quality status (e.g. 'strong') and confidence level, a macro analysis summary with momentum and policy intents, the covered asset (UST-2Y) and evidence sources, a provenance block with issuer URL and signature flag, generation timestamp, schema version, data completeness status, stated limitations on coverage and source freshness, and a disclaimer that the output 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": "macro",
   "intents": [
    "momentum",
    "leverage",
    "evidence",
    "rates",
    "policy",
    "yield"
   ],
   "summary": "Fresh US Treasury 2Y Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-2Y",
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-treasury-2y-pulse",
  "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/edge-agents-us-treasury-2y-pulse-8e409bd6/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)
