# Stratalize RWA Benchmark API

> Stratalize RWA Benchmark API is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns tokenized real-world asset market benchmarks including T-bill yields from Ondo, BUIDL, and Franklin Templeton, plus RWA TVL by category and YoY growth

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/rwa-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-rwa-benchmark-api-7cfa32e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vuk98Pi1z13wwgxSOIBTp

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 stratalize-rwa-benchmark-api-7cfa32e4
```

Example prompt: Pull the latest tokenized real-world asset benchmarks for all categories — I want to see T-bill yields from Ondo, BUIDL, and Franklin Templeton, total RWA TVL, and year-over-year growth.

## When to prefer this

Use this endpoint when an AI agent or institutional investor needs current, cryptographically verifiable RWA market benchmarks — especially tokenized treasury yields from named issuers like Ondo, BUIDL, and Franklin Templeton with DeFiLlama-sourced TVL data. Prefer this over generic DeFi data APIs when signed, auditable benchmark receipts are required or when comparing named tokenized asset issuers.

## Known failure modes

- Invalid category enum value returns 400 bad request
- Payment failure via x402 protocol returns 402 Payment Required
- DeFiLlama data source unavailable may result in stale or empty data
- Network timeout if upstream data provider is slow

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a tokenization agent or institutional investor needs RWA market benchmarks. Returns tokenized T-bill yields from Ondo, BUIDL, Franklin Templeton, RWA TVL by category, YoY growth. Example: $12.8B total market. Source: DeFiLlama

## Output

Returns tokenized T-bill yields from major issuers (Ondo, BUIDL, Franklin Templeton), RWA total value locked segmented by category (treasuries, real estate, credit), year-over-year growth figures, and an estimated total market size (e.g. $12.8B). Each response is ML-DSA-65 signed with a cryptographic receipt verifiable at trust.stratalize.com/verify. Sourced from DeFiLlama.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "enum": [
    "treasuries",
    "real_estate",
    "credit",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: category"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-rwa-benchmark-api-7cfa32e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
