List of verified contracts per chain
Smart Contract Verification API
List of verified contracts per chain
Retrieve the verified contracts on a chain
GET
List of verified contracts per chain
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-c868785f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The chainId number of the EVM chain
Required string length:
1 - 20Pattern:
^\d+$Example:
"11155111"
Query Parameters
Sorts the contracts by most recent first (desc, default), or by oldest first (asc)
Available options:
asc, desc Example:
"asc"
Number of contracts that should be returned per page. Maximum 200
Required range:
1 <= x <= 200The last matchId returned to get contracts older or newer than it (depending on sort)
Response
Returns an array of VerifiedContractMinimal objects under results field.
If not verified on any chain, the results array will be empty.