cURL
curl --request GET \ --url https://api.example.com/check-by-addresses
[ { "address": "<string>", "status": "<string>", "chainIds": [ "<string>" ] } ]
Checks if contract with the desired chain and address is verified and in the repository. It will search only the perfect matches.
The addresses of the contracts.
The IDs of the chains.
OK
Was this page helpful?