# Realedger Tokenized Treasury & Money Market Fund Supply

> Realedger Tokenized Treasury & Money Market Fund Supply is a paid API for AI agents from api.realedger.xyz, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-14).

Returns current circulating supply data for tokenized US-treasury and money-market fund products (BlackRock BUIDL, Circle USYC, Ondo USDY) sourced from DefiLlama.

## Facts

- Endpoint: GET https://api.realedger.xyz/v1/treasuries
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/realedger-tokenized-treasury-money-market-fund-supply-b97c258e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yEIOvDNVbHaGrpKuFrIEj

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 realedger-tokenized-treasury-money-market-fund-supply-b97c258e
```

Example prompt: Pull the latest on-chain circulating supply figures for tokenized US treasuries — I want to see how much BlackRock BUIDL, Circle USYC, and Ondo USDY are each circulating right now.

## When to prefer this

Choose this endpoint when you specifically need circulating supply data for tokenized US treasury or money market fund tokens (BUIDL, USYC, USDY). Prefer it over general DeFi TVL endpoints when the focus is on RWA treasury tokens rather than broader protocol TVL, and over the Realedger gold endpoint when the asset class is fixed-income/cash equivalents rather than commodities.

## Known failure modes

- DefiLlama data unavailability causing stale or missing supply figures
- Payment failure if x402 USDC payment of $0.10 is not included or rejected
- Rate limiting if too many calls are made in a short period
- Tokens with no on-chain activity may return zero or null supply values

## How this service works

Weekly scoreboard grading tokenized RWA promises against verified on chain reality. Every number carries an evidence grade and a retrieval timestamp; the archive is append only.

## Output

A structured response containing per-token circulating supply and USD notional values for major tokenized US treasury and money market fund products including BlackRock BUIDL, Circle USYC, and Ondo USDY, sourced from DefiLlama's RWA data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "realedger": {
   "values": {
    "BUIDL": {}
   },
   "total_circulating_usd": 7860000000
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realedger-tokenized-treasury-money-market-fund-supply-b97c258e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.realedger.xyz](https://www.zero.xyz/host/api.realedger.xyz/llms.txt)
