cURL
curl --request POST \ --url https://api.example.com/verify/etherscan \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chainId": "<string>", "apiKey": "<string>" } '
{ "result": [ { "address": "<string>", "chainId": "<string>", "status": "<string>", "message": "<string>", "libraryMap": {} } ] }
The contract has been successfully checked or sourcified
Show child attributes
Was this page helpful?