← Back to directory

Check if a smart contract's source code is verified on Etherscan. Returns compil...

https://api.strale.io/x402/v2/contract-verify-check

Overview

Check if a smart contract's source code is verified on Etherscan. Returns compiler version, license type, proxy status, and contract name. Unverified contracts are a red flag for token safety. Supports 60+ EVM chains.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "chain_id": { "description": "Chain ID. Default: 1", "type": "string" }, "contract_address": { "description": "Smart contract address (0x...)", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "chain_id": { "type": "string" }, "compiler_version": { "type": "string" }, "contract_address": { "type": "string" }, "contract_name": { "type": "string" }, "implementation_address": { "type": "string" }, "is_proxy": { "type": "boolean" }, "is_verified": { "type": "boolean" }, "license_type": { "type": "string" }, "optimization_used": { "type": "boolean" } }