Trust Score API
The same independent risk ratings that power realworldtokenspace.com, available as a REST API. Composite score, six-dimension breakdown, operational flags, and methodology — all auditable to a published rubric, none of it paid for by the issuers being rated.
Score one asset in one call
Pass a bearer token, get back the composite score, six dimensional rationales, and operational flags. JSON response is shaped for direct consumption — no wrapping envelope, no pagination tokens for single-asset lookups.
curl https://api.realworldtokenspace.com/v1/assets/kau/score \
-H "Authorization: Bearer $RWTS_API_KEY"{
"assetId": "kau",
"composite": 97,
"tier": "T1",
"dimensions": [
{ "key": "assetBackingQuality", "points": 25, "maxPoints": 25,
"rationale": "1g allocated physical gold per token, held in
insured LBMA-grade vaults; full custody proof
per Bureau Veritas inspection." },
{ "key": "proofOfReserves", "points": 20, "maxPoints": 20,
"rationale": "Bureau Veritas bi-annual physical inspection
results published on-chain via Chainlink Proof
of Reserves feed." },
{ "key": "redeemability", "points": 15, "maxPoints": 15 },
{ "key": "auditAndSecurity", "points": 12, "maxPoints": 15 },
{ "key": "regulatoryAndLegal", "points": 15, "maxPoints": 15 },
{ "key": "trackRecord", "points": 10, "maxPoints": 10 }
],
"rationale": "Allocated physical gold in insured Brink's vaults;
on-chain PoR partial; KMS fee-share yields modest carry.",
"flags": [
{
"code": "PHYSICAL_RWA_CHAINLINK_POR_BIANNUAL",
"severity": "info",
"detail": "Chainlink PoR feed updates bi-annually with Bureau
Veritas physical inspection results."
}
],
"trend": "stable",
"asOf": "2026-04-01",
"nextReviewDate": "2026-07-01",
"methodologyVersion": "1.0.0",
"researchUrl": "https://www.realworldtokenspace.com/directory/kau"
}Four endpoints, one base URL
The full surface fits on a single page. Two endpoints are public (no auth) and meant for transparency about the methodology and live-system health. Two require a bearer token and return the actual rating data.
/v1/healthLiveness probe. Returns rated-asset count, methodology version, last review date.
/v1/scoresPaginated list of every rated asset with composite score and tier. Supports tier, category, and score-range filters.
/v1/assets/{id}/scoreFull breakdown for one asset: composite, six dimensions with rationale, operational flags, trend, next-review date.
/v1/methodologyCurrent methodology document — the six dimensions, four tiers, and material-event triggers that drive every score.
Full schemas, error shapes, and webhook events documented at docs.realworldtokenspace.com
Pricing by throughput
Three tiers separated by sustained request rate. We're currently sizing pricing against early-customer integrations — get in touch and we'll match a tier and pricing to your shape.
Developer
TierPersonal projects, prototypes, evaluation
Request Developer accessPro
TierProduction integrations, dashboards, internal tooling
Request Pro accessEnterprise
TierHigh-throughput scoring, asset managers, audit pipelines
Request Enterprise accessThree patterns we keep seeing
Treasury risk overlay
Score the tokenized assets in your treasury against an independent six-dimension rubric. Get a single composite plus per-dimension rationale you can show your board.
DeFi protocol gating
Use the Trust Score as a structural-risk filter when whitelisting collateral, sizing concentration limits, or tagging high-risk positions in your front-end.
Sales battlecards & research
Pull rationale text + operational flags directly into briefs. Every score is auditable to the methodology PDF — credible-by-default citations.
Ready to integrate?
Tell us a little about what you're building and we'll size a tier and pricing against your shape. Most keys land within one business day.