Contract Audit
Preview: This endpoint is not yet generally available.
GET /api/v1/contracts/{chainId}/{address}/audit
Required scope: contracts:audit
The Contract Audit API retrieves a security analysis for a contract identified by chain ID and address.
The stable response is expected to identify:
- Contract, chain, block, and code-hash snapshot
- Verified or decompiled source origin
- Analysis status and coverage
- Overall risk level
- Structured findings and supporting evidence
- Report freshness and unresolved uncertainty
The final response schema and caching behavior will be published before general availability.