# Mercury402 Treasury Auction Results Recent

> Mercury402 Treasury Auction Results Recent is a paid API for AI agents from mercury402.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

Returns the most recent U.S. Treasury auction results including auction metadata and timestamps

## Facts

- Endpoint: GET https://mercury402.uk/v1/treasury/auction-results/recent
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mercury402-treasury-auction-results-recent-96cafc91
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RMT9mPxsfVWVlAA34xnNR

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-treasury-auction-results-recent-96cafc91
```

Example prompt: What were the results of the most recent U.S. Treasury auctions? Pull the latest auction data including what securities were offered and when.

## When to prefer this

Choose this endpoint when an agent needs a quick, no-parameter call to retrieve the most recent U.S. Treasury auction results without specifying a date range or security type. Ideal for dashboards, macro monitoring workflows, or when bootstrapping a fixed-income analysis with the freshest available auction data. Prefer this over broader macro bundle endpoints when only Treasury auction data is needed.

## Known failure modes

- Empty auctions array returned if no recent auction data is available
- Payment failure (402) if USDC payment on Base is not properly attached
- Stale data if Treasury auction feed has not been updated recently
- Service unavailability returning 5xx if Mercury402 backend is down
- Malformed response if upstream Treasury data source has changed format

## 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 an array of recent Treasury auction records and a timestamp indicating when the data was retrieved. Each auction entry includes details about the security auctioned (e.g. T-bills, notes, bonds) and associated auction metrics.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "auctions": [],
  "timestamp": "2026-03-11T01:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mercury402-treasury-auction-results-recent-96cafc91/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)
