# Treasury Securities Sales Data

> Treasury Securities Sales 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 gross and net sales of U.S. Treasury savings securities broken down by type and class, with configurable row count.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/treasury-securities-sales
- 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-sales-data-df9ab63e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3u6G7r5An8NiExT9FiC92

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-sales-data-df9ab63e -d '<json body>'
```

Example prompt: Can you pull the Treasury savings securities sales data showing gross and net sales by type and class — give me the top 20 rows?

## When to prefer this

Use this endpoint when you need structured, queryable data on U.S. Treasury savings securities sales (gross and net) broken down by type and class. Prefer this over generic financial APIs when the specific focus is government savings bond sales statistics from TreasuryDirect-style data.

## Known failure modes

- Invalid or non-numeric q parameter returns error or empty result
- q parameter too large may return all available rows or time out
- Upstream Treasury data source unavailable results in 502 or empty response
- Missing q parameter may return a default number of rows or an error

## How this service works

Gross and net sales of Treasury savings securities by type and class; q sets the number of rows returned. Query: ?q= Returns JSON.

## Output

A JSON array of records showing gross and net sales figures for U.S. Treasury savings securities, segmented by security type (e.g. Series EE, Series I) and class, with the number of rows controlled by the ?q= parameter.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/treasury-securities-sales-data-df9ab63e/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)
