Smart Contract Security Scan
# SmartScan — Smart Contract Security API Catch reentrancy, access-control, overflow and 90+ other smart-contract vulnerabilities before you deploy — via a single POST request. Hosted, de-noised, one-line curl, audit-grade LLM reasoning — from $48.9 a month. ## How it works 1. POST your smart-contract source code 2. An industry-grade static analysis engine runs in an isolated sandbox 3. A…
Smart Contract Security Scan endpoints
| Method | Endpoint | Description |
|---|---|---|
| scan | ||
| POST |
scan_contract_sync_api_v1_scan_sync_post /api/v1/scan/sync |
一行 curl 即拿结果;典型耗时 8-15s。超过 RapidAPI 默认超时的请用异步端点。 |
| GET |
get_scan_status_api_v1_scan__scan_id__get /api/v1/scan/{scan_id} |
|
| POST |
scan_contract_async_api_v1_scan_post /api/v1/scan |
立即返回 scan_id,后台运行。用 GET /scan/{scan_id} 轮询结果。 |
Smart Contract Security Scan pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $48.9 / month | 5 / minute |
|
| ULTRA | $134.9 / month | — |
|
| MEGA | $399 / month | — |
|