RWA.io API
Programmatic access to the definitive source of real-world asset tokenization data. Built for developers, analysts, and autonomous AI agents.
api.rwa.io/v1Agent Design Principles
- Token-efficient responses — compressed payloads that fit context windows
- Structured schemas — every response has a JSON Schema definition
- Natural language query — ask questions, get cited answers
- Confidence scores — know how reliable each data point is
- Webhook subscriptions — build autonomous monitoring agents
Quick Start for Agents
# Get ecosystem context in one call
curl "https://api.rwa.io/v1/agent/context" \
-H "Authorization: Bearer YOUR_KEY" \
-H "Accept: application/json"
# Natural language query
curl -X POST "https://api.rwa.io/v1/agent/query" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"query": "What are the highest \
yielding RWA products over $100M TVL?"}'
# Compare projects for portfolio analysis
curl "https://api.rwa.io/v1/agent/compare?\
ids=buidl,ondo-ousg&metrics=tvl,apy,flows"Model Context Protocol (MCP) Support
RWA.io exposes an MCP-compatible tool server. Connect any MCP-enabled agent (Claude, GPT, custom) to query RWA market data as a native tool.
{
"mcpServers": {
"rwa-io": {
"url": "https://mcp.rwa.io/sse",
"transport": "sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
// Available tools:
// - rwa_market_overview → Get macro market state
// - rwa_project_lookup → Look up any project by ID
// - rwa_compare_projects → Compare multiple projects
// - rwa_yield_analysis → Analyze yields across sectors
// - rwa_flow_tracker → Track capital flows
// - rwa_natural_query → Ask anything about RWA marketsMarket Intelligence
Get a compressed, token-efficient summary of the entire RWA ecosystem state — TVL, flows, yields, risks — in a single call.
Portfolio Analysis
Compare projects, analyze yield spreads across RWA/DeFi/TradFi, and identify opportunities based on risk-adjusted returns.
Natural Language Queries
Ask questions in plain English. Receive structured answers with data citations and confidence scores.
Real-Time Monitoring
Subscribe to webhooks for TVL changes, new project listings, tier upgrades, and flow alerts. Build autonomous monitoring agents.
Authentication
Public Endpoints
Market overview, asset classes, and project listings are publicly accessible. No API key required.
100 requests/minAPI Key
Required for historical data, agent endpoints, and webhooks. Pass via Authorization: Bearer header.
Enterprise
Custom rate limits, dedicated support, SLA guarantees, and bulk data exports. Contact us for pricing.
Custom limitsEndpoints
14 endpointsSDKs & Integrations
Start building with RWA data
Get your API key and start querying real-world asset data in minutes. Free tier includes 100 requests per minute across all public endpoints.
