cURL
curl --request GET \ --url https://api.example.com/check-all-by-addresses
[ { "address": "<string>", "chainIds": [ { "chainId": "<string>", "status": "<string>" } ] } ]
Checks if contract with the desired chain and address is verified and in the repository. It will search for both perfect and partial matches.
Comma seperated string of addresses to check for.
Comma separated string of chain IDs.
OK. Also returns 200 with status false when not found
200
false
Show child attributes
Was this page helpful?