R

rwa-category · RWA Category

by rwa-category

GETBase

$0.01

per call · USD Coin on Base

Market-intelligence aggregate over a normalized RWA sub-category: total TVL, the top products ranked with their TVL share, issuer concentration and the leading product's growth trend. Called without a category it returns a market-wide roll-up of every sub-category's TVL and product count. Cited to the open-data source.

Endpoint

GET https://api.agentstools.dev/rwa/category

3

Calls / 30d

2

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.agentstools.dev/rwa/category", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.agentstools.dev/rwa/category?category=tokenized-treasury" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "attribution": [
    "Source: DefiLlama (open data)"
  ],
  "category": "tokenized-treasury",
  "issuer_concentration": {
    "distinct_issuers": 12,
    "top_issuer": "BlackRock"
  },
  "product_count": 20,
  "top_products": [
    {
      "issuer": "BlackRock",
      "slug": "blackrock-buidl",
      "tvl": 3415141436,
      "tvl_share": 0.28
    }
  ],
  "total_tvl": 12000000000
}

Payment details

Pay to0xf22e558a00d91ee12a1f50c52186fecb8ddff493
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from rwa-category & similar services