Skip to main content
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

x-api-key
string
header
required

Body

application/json
tokens
object[]
required
Required array length: 1 - 100 elements

Response

Per-token structural-health results.

schema_version
string
required
Example:

"3.0"

results
object[]
required

Per-token result. Either ok with the live structural-health criteria, or a failure with an error_code. The batch never fails as a whole.