# Treasury Securities Redemptions Data

> Treasury Securities Redemptions Data is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns counts and dollar amounts of U.S. Treasury savings securities redeemed, broken down by type and class, with configurable row limits.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/treasury-securities-redemptions
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/treasury-securities-redemptions-data-69f75a43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hnhruC_c2X4YVj9JJGx2j

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 treasury-securities-redemptions-data-69f75a43 -d '<json body>'
```

Example prompt: Pull me the latest Treasury savings securities redemption data — counts and amounts by type and class — and return the top 20 rows.

## When to prefer this

Use this endpoint when you need structured, machine-readable U.S. Treasury savings securities redemption statistics broken down by type and class, especially when building financial dashboards, analyzing public debt redemption trends, or researching savings bond activity. Prefer this over manual Treasury website scraping or bulk dataset downloads when you only need tabular redemption counts and amounts.

## Known failure modes

- Missing or invalid q parameter may return default row count or an error
- Upstream Treasury data source unavailable results in a 5xx or empty response
- Payment not confirmed (x402) results in 402 Payment Required before data is returned
- Extremely large q values may time out or be capped server-side

## How this service works

Counts and amounts of Treasury savings securities redeemed by type and class; q sets the number of rows returned. Query: ?q= Returns JSON.

## Output

A JSON array of records showing U.S. Treasury savings securities redemption data, including the count of securities redeemed and total dollar amounts, each record categorized by security type and class. The number of rows returned is controlled by the ?q= parameter.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/treasury-securities-redemptions-data-69f75a43/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
