Retrieve the verified contracts on a chain
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-update-sourcify-migration-issue-508-luke.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The chainId number of the EVM chain
1 - 20^\d+$"11155111"
Sorts the contracts by most recent first (desc, default), or by oldest first (asc)
asc, desc "asc"
Number of contracts that should be returned per page. Maximum 200
1 <= x <= 200The last matchId returned to get contracts older or newer than it (depending on sort)
Returns an array of VerifiedContractMinimal objects under results field.
If not verified on any chain, the results array will be empty.