List RWA Grades
Paginated list of every graded RWA / stablecoin token with its v3 risk-polarity composite grade (letter + 0–100 score + per-category contributors). Filterable by chain / grade / minimum score, sortable, and paginated — the bulk companion to GET /v3/rwa/{address}. grade_counts is a histogram over the FULL filtered set, not just the returned page. POLARITY: scores 0–100, higher = worse.
CU cost: 1 CU per request (v3-rwa-grades-list).
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.
