List RWA Grades
Paginated list of RWA / stablecoin tokens with their V3 risk-polarity composite grades — the bulk feed behind grade tables.
GET /api/v3/rwa/{address}.
grade_counts is a histogram over the full filtered set (every matching token), not just the returned page. Grades are emitted in the resolved grading_scheme’s letters (default v2).Authorizations
Query Parameters
Filter by chain slug (e.g. eth, base, pol).
Filter to a single grade letter. Accepts any letter from either scheme (the enum is the union); a letter the resolved grading_scheme never emits — e.g. E under v2 or C+ under v1 — simply matches no tokens.
A+, A, A-, B+, B, B-, C+, C, C-, D, E, F Minimum composite (risk) score, 0–100.
0 <= x <= 100Sort field.
score, symbol, chain, grade, market_cap_usd Sort order. Default asc (best grade first).
asc, desc 1-based page number.
x >= 1Items per page (default 50).
Grading scheme to pin — selects the letter-grade band table. Default v2 (the standard 11-band scale: no E, adds C+). v1 is frozen and deprecated. Independent of the API version (v3) and of framework_version.
v1, v2 Response
Paginated list of graded tokens. grade_counts reflects the full filtered set, not just the returned page.
