Schema
6 fields
Columns
- issuer
string - Issuer or product
- ticker
string - Token ticker
- aumUsd
number - Reported AUM
- nav
number - Share-class NAV
- chain
string - Primary chain
- asOf
datetime - Page as-of
Datasets/treasury-aum
rwa.xyz / treasury-aum
Issuer-level AUM and NAV as published on RWA.xyz treasury pages.
Last seen
Source rwa.xyz/tokenized-treasuries · RWA
Schema
6 fields
stringstringnumbernumberstringdatetimeSample row
JSON preview
{
"issuer": "BlackRock USD Institutional Digital Liquidity Fund",
"ticker": "BUIDL",
"aumUsd": 2840000000,
"nav": 1.0003,
"chain": "ethereum",
"asOf": "2026-09-06T08:00:00Z"
}Query · milestone 18
curl -sS https://realiahq.xyz/api/v1/datasets/rwa-treasuries-aum \
-H "Authorization: Bearer $REALIA_KEY"This route 404s with key required until API keys ship.