# Realedger Latest Tokenized Stocks Snapshot

> Realedger Latest Tokenized Stocks Snapshot is a paid API for AI agents from api.realedger.xyz, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14).

Returns the latest on-chain supply and USD notional for tokenized stocks on Base, per ticker, with evidence grades, data sources, and retrieval timestamps.

## Facts

- Endpoint: GET https://api.realedger.xyz/v1/latest
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/realedger-latest-tokenized-stocks-snapshot-e63b3d7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gu9xH1MQC1YT3CVw1g5_0

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-latest-tokenized-stocks-snapshot-e63b3d7b
```

Example prompt: Pull the latest Realedger snapshot for tokenized stocks on Base and show me each ticker's on-chain supply, USD notional, and the evidence grade for the data.

## When to prefer this

Choose this endpoint when you need a broad, multi-ticker, evidence-graded snapshot of tokenized stock supply and notional on the Base blockchain in a single call. Prefer it over the /v1/series endpoint when you want current state rather than historical weekly data, and over manual on-chain queries when you need pre-aggregated USD notional and sourced evidence grades without doing the blockchain indexing yourself.

## Known failure modes

- Upstream on-chain data unavailable — stale or missing snapshot returned
- Ticker not yet tracked — no entry for that symbol in the response
- Rate limiting or payment failure — 402 payment required response if x402 payment not processed
- Partial data — some tickers may have null supply or notional if evidence is insufficient

## 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 JSON snapshot object keyed by ticker containing per-token on-chain circulating supply, USD notional value, evidence grade (e.g. A, B, C), source citations, and retrieval timestamps, along with a snapshot date field for the overall dataset.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "realedger": {
   "metrics": "...",
   "snapshot_date": "2026-08-25"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realedger-latest-tokenized-stocks-snapshot-e63b3d7b/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)
