Get only the source-code findings for a contract
Smart Contract
Get only the source-code findings for a contract address
Returns just the source-code (Solidity) analysis for a contract: the same source_code_analysis block already embedded in the real-time endpoint (GET /contracts/). Use this when you want the source-code findings alone, without the rest of the risk payload. If you already call the real-time endpoint, you don’t need this one.
GET
Get only the source-code findings for a contract
This returns only the
source_code_analysis block, which is already embedded in the full contract risk report. If you already call that endpoint, you don’t need this one.Authorizations
Path Parameters
Contract address to analyze
Query Parameters
Selected chain. This includes 'eth', 'base', 'bsc', 'pol', 'opt' and 'arb'. Supported blockchain networks
Available options:
eth, base, bsc, pol, opt, arb, hedera Re-analyze contract address and retrieve fresh data
Response
Success - Returns analysis results, an informational message, or an error message for unsupported chains
- Option 1
- Option 2
- Option 3
