# Mercury402 TIPS Rates Current

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

Returns the latest Treasury Inflation-Protected Securities (TIPS) rates by maturity from the U.S. Treasury

## Facts

- Endpoint: GET https://api.mercury402.com/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-ee8a9766
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wazBHKzCJQnRXb0mHpZf_

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-ee8a9766
```

Example prompt: What are the current U.S. TIPS rates? I need the latest real yields on inflation-protected Treasuries for my macro dashboard.

## When to prefer this

Use this endpoint when you need the latest real (inflation-adjusted) Treasury yields specifically for TIPS instruments, as opposed to nominal Treasury yields. It is ideal for macro research, inflation breakeven calculations, portfolio construction, and economic dashboards. Prefer this over general FRED API wrappers when you need a pay-per-call, agent-friendly endpoint with no subscription setup and USDC-based micropayment access.

## Known failure modes

- Data not yet published for today — Treasury updates rates on business days only; may return previous business day data
- HTTP 402 payment required if USDC payment on Base is not included
- Rate limits or network timeouts returning 5xx errors
- Empty rates object if Treasury data feed is temporarily unavailable

## 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

Returns a JSON object with the date of the data and a rates object containing real yield percentages keyed by maturity term (e.g. 5_YEAR: 2.15). Covers the most current available TIPS rate data from the U.S. Treasury.

## 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-ee8a9766/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.mercury402.com](https://www.zero.xyz/host/api.mercury402.com/llms.txt)
