Batch structural-health for N RWA / stablecoin tokens
RWA Risk (v3)
Batch Structural Health Check
Returns the live structural-health criteria (mint_burn_anomaly, large_holder_concentration) for up to 100 { address, chain } tuples. Per-token failures are reported in-band as { ok: false, error_code } so a single bad address never fails the whole batch (HTTP 200). Addresses travel in the POST body (privacy + non-EVM encoding).
CU cost: 1 CU × token count (v3-rwa-structural-health-batch).
POST
Batch structural-health for N RWA / stablecoin tokens
This endpoint always returns HTTP 200 — check each result’s
ok field, and read error_code (NOT_FOUND, INVALID_ADDRESS, UNSUPPORTED_CHAIN) when ok is false. Malformed requests — empty tokens, more than 100 tokens, or unknown properties — return 400 and no tokens are evaluated. See batch partial-success semantics.Authorizations
Body
application/json
Required array length:
1 - 100 elements