Get verified contract at an address on all chains
Smart Contract Verification API
Get verified contract at an address on all chains
Returns all verified deployments at an address on all Sourcify chains (including deprecated ones).
Success returns an array of VerifiedContractMinimal objects under results field.
If not verified on any chain, the results array will be empty.
GET
Get verified contract at an address on all chains
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
Contract's 20 byte address in hex string with the 0x prefix. Case insensitive.
Required string length:
42Pattern:
(\b0x[a-fA-F0-9]{40}\b)Example:
"0x2738d13E81e30bC615766A0410e7cF199FD59A83"
Response
Returns all verified deployments at an address on all Sourcify chains