Batch v3 vault composite grades
Vault Risk V3
Batch Vault Grades
Composite V3 grades for up to 100 vaults in one request — the bulk feed behind vault tables.
POST
Batch v3 vault composite grades
Returns the V3 composite grade (letter + 0–100 risk score + per-category contributors) for up to 100 vaults in a single request. The vault addresses travel in the request body because the list is variable-length and can include non-EVM addresses; the endpoint is read-only.
The batch never fails as a whole. Each result row carries its own outcome — either
ok: true with a composite, or ok: false with an error_code (NOT_FOUND, INVALID_ADDRESS, UNSUPPORTED_CHAIN, or UPSTREAM_ERROR) — so one bad vault can’t sink the request.Authorizations
Query Parameters
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. Unknown values return 400 with the supported list.
Available options:
v1, v2 Body
application/json
Up to 100 { address, chain } tuples — the vaults to grade.
Required array length:
1 - 100 elements