# Mercury402 TIPS Rates Current

> Mercury402 TIPS Rates Current is a paid API for AI agents from mercury402.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the current Treasury Inflation-Protected Securities (TIPS) real yield rates by maturity (e.g. 5-year) as of the latest available date.

## Facts

- Endpoint: GET https://mercury402.uk/v1/treasury/tips-rates/current
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mercury402-tips-rates-current-697a799e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zgfIJj-ofzr4SmcjS5Iig

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 mercury402-tips-rates-current-697a799e
```

Example prompt: What's the current 5-year TIPS real yield as of today? Pull the latest TIPS rates from Mercury402 so I can see where real interest rates stand right now.

## When to prefer this

Use this endpoint when you need the current real yield on TIPS instruments for inflation analysis, bond portfolio valuation, or macro dashboards. Prefer over general bond data APIs when you specifically need inflation-protected real yield rates rather than nominal yields.

## Known failure modes

- Data not yet available for the current day — returns most recent prior date
- Upstream Treasury/FRED data feed delay causing stale rates
- Payment failure (402) if USDC balance is insufficient
- Malformed response if the Treasury data format changes

## How this service works

76 live pay-per-call financial data APIs for AI agents. Treasury, FRED, forex, spreads, breakeven inflation, macro bundles, and composite dashboards. USDC on Base.

## Output

A JSON object containing the most recent date and a dictionary of TIPS real yield rates keyed by maturity term (e.g. '5_YEAR': 2.15). Useful for real yield analysis, inflation breakeven calculations, and macro dashboards.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "date": "2026-03-11",
  "rates": {
   "5_YEAR": 2.15
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mercury402-tips-rates-current-697a799e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mercury402.uk](https://www.zero.xyz/host/mercury402.uk/llms.txt)
