v1
latestOpenAPI 3.1.02026-07-17373221.0 KB(Deprecated) Repository
Check if contracts are verified (full match) by addresses and chain IDs
Checks if contract with the desired chain and address is verified and in the repository. It will search only the perfect matches.
get/check-by-addresses
Query parameters
addressesstring comma-separated-addresses required
The addresses of the contracts.
chainIdsstring comma-separated-sourcify-chainIds required
The IDs of the chains.
Response
OK
Example response
[
{
"address": "0xEb30853fc616Bbb8f1444451A3c202cbcd08Fb47",
"status": "perfect",
"chainIds": [
"43114",
"137"
]
}
]