# Realedger Full RWA State Packet

> Realedger Full RWA State Packet 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 a comprehensive, graded snapshot of the entire tokenized real-world asset ecosystem in a single call, covering stablecoins, treasuries, real estate, private credit, equities, and cross-chain flows.

## Facts

- Endpoint: GET https://api.realedger.xyz/v1/state
- 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-full-rwa-state-packet-4ee935e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zU123-CeSKuO03LTtGgQ1

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-full-rwa-state-packet-4ee935e5
```

Example prompt: Pull me the full Realedger RWA state packet — I want every stablecoin supply, tokenized treasury total, real estate, private credit, Solana and Robinhood Chain equities, plus the promise-vs-reality table, all with their evidence grades right now.

## When to prefer this

Choose this endpoint when you need a single-call, cross-chain, cross-asset-class RWA dashboard rather than fetching individual asset categories separately. It is ideal for agents that need a holistic view of the tokenized real-world asset ecosystem — including stablecoins, treasuries, real estate, private credit, equities, and flows — with built-in evidence grading and explicit handling of missing data. Prefer sibling endpoints (e.g. stablecoin-only, real estate-only) when you need deep data on a single asset class and want to minimize cost or response payload size.

## Known failure modes

- Upstream on-chain read failure for one or more chains — affected fields returned as stated blank with reason
- Stale data if blockchain node is lagging — retrieval timestamps indicate freshness
- Payment not confirmed (x402 protocol) — request blocked until $0.99 USDC payment is verified
- Robinhood Chain (chain 4663) node unavailable — equities fields returned as blank
- Solana RPC outage — Solana RWA fields returned as blank with reason
- Partial data packet if some sub-endpoints timeout — evidence grades will reflect degraded reads

## How this service works

THE PACKET: the entire state of tokenized real world assets in one call. Stablecoin supply read from contracts on two chains, tokenized treasuries, total on chain RWA against the forecasts, flows, depeg, private credit, real estate, Solana, Robinhood Chain equities and the StonkBrokers wallets, plus the full graded promise vs reality table. Every figure carries its evidence grade and retrieval time, and anything missing is returned as a stated blank with its reason.

## Output

A comprehensive JSON object containing the full current state of tokenized real-world assets: stablecoin supplies (USDC, USDT, DAI) on multiple chains, tokenized treasury holdings, tokenized real estate valuation vs forecasts, private credit totals, Solana RWA figures, Robinhood Chain equity tokens, StonkBrokers wallet balances, depeg indicators, in/out flow data, and a full promise-vs-reality comparison table. Every data point includes an evidence grade (e.g. grade A for on-chain reads) and a retrieval timestamp. Missing data is returned as an explicit blank with a stated reason rather than silently omitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realedger-full-rwa-state-packet-4ee935e5/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)
